]> BookStack Code Mirror - bookstack/blobdiff - tests/TestCase.php
Dockerfile: Don't cache 50MB of lists and use a single layer, make it pretty
[bookstack] / tests / TestCase.php
index f8f59977a1e1ac6a282f91e0cca4399e0c47b853..c59f843e94bdd877c4e8601c6d214c1977405e40 100644 (file)
@@ -42,7 +42,6 @@ abstract class TestCase extends BaseTestCase
         $this->permissions = new PermissionsProvider($this->users);
         $this->files = new FileProvider();
 
-        User::clearDefault();
         parent::setUp();
 
         // We can uncomment the below to run tests with failings upon deprecations.