Make TestCase abstract

This commit is contained in:
Amo Chohan 2016-06-02 13:14:42 +01:00
parent b4024058bb
commit 7a449f86b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
class TestCase extends Illuminate\Foundation\Testing\TestCase abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
{ {
/** /**
* The base URL to use while testing the application. * The base URL to use while testing the application.