mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
[fix] remove the call to loadUser()
This commit is contained in:
parent
e5035e249f
commit
5f8b333ca4
@ -26,8 +26,6 @@ class PocheWebTestCase extends WebTestCase
|
|||||||
Schema::dropTables($app['db']);
|
Schema::dropTables($app['db']);
|
||||||
Schema::createTables($app['db']);
|
Schema::createTables($app['db']);
|
||||||
|
|
||||||
Fixtures::loadUsers($app['db']);
|
|
||||||
|
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
|
|
||||||
return $app;
|
return $app;
|
||||||
|
Loading…
Reference in New Issue
Block a user