Browse Source

Make TestCase abstract

Amo Chohan 8 years ago
parent
commit
7a449f86b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase.php

+ 1 - 1
tests/TestCase.php

@@ -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.