Merge pull request #3799 from drawmyattention/patch-1

Make TestCase abstract
This commit is contained in:
Taylor Otwell 2016-06-02 07:47:40 -05:00
commit bee4dc1632
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?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.