diff --git a/tests/functionals/PocheWebTestCase.php b/tests/functionals/PocheWebTestCase.php index 2eb0eb8..6dab94d 100644 --- a/tests/functionals/PocheWebTestCase.php +++ b/tests/functionals/PocheWebTestCase.php @@ -26,8 +26,6 @@ class PocheWebTestCase extends WebTestCase Schema::dropTables($app['db']); Schema::createTables($app['db']); - Fixtures::loadUsers($app['db']); - $this->app = $app; return $app;