1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 09:32:15 -05:00

[fix] remove the call to loadUser()

This commit is contained in:
Nicolas Lœuillet 2014-01-23 13:38:47 +01:00
parent e5035e249f
commit 5f8b333ca4

View File

@ -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;