From 5f8b333ca47a64155a891e85b6e8ca65c2dae7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 23 Jan 2014 13:38:47 +0100 Subject: [PATCH] [fix] remove the call to loadUser() --- tests/functionals/PocheWebTestCase.php | 2 -- 1 file changed, 2 deletions(-) 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;