Browse Source

import trait

Taylor Otwell 9 years ago
parent
commit
c3128ad92a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/ExampleTest.php

+ 1 - 0
tests/ExampleTest.php

@@ -1,6 +1,7 @@
 <?php
 
 use Illuminate\Foundation\Testing\WithoutMiddleware;
+use Illuminate\Foundation\Testing\DatabaseMigrations;
 use Illuminate\Foundation\Testing\DatabaseTransactions;
 
 class ExampleTest extends TestCase