]> BookStack Code Mirror - bookstack/blobdiff - tests/TestCase.php
Updated Dutch language files
[bookstack] / tests / TestCase.php
index d52e991e31cd88103e74e145a7478871bccbf380..d64aef3dba8d320cfc9ef25f548539797578a26c 100644 (file)
@@ -4,11 +4,13 @@ use BookStack\Book;
 use BookStack\Chapter;
 use BookStack\Repos\EntityRepo;
 use BookStack\Role;
+use Illuminate\Foundation\Testing\DatabaseTransactions;
 use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
 
 abstract class TestCase extends BaseTestCase
 {
     use CreatesApplication;
+    use DatabaseTransactions;
 
     protected $admin;