1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-08 04:08:10 -05:00

[add] session.test for functionals

This commit is contained in:
Nicolas Lœuillet 2014-01-23 14:43:03 +01:00
parent 5f8b333ca4
commit 97e7b3b527

View File

@ -22,6 +22,7 @@ class PocheWebTestCase extends WebTestCase
);
$app['debug'] = true;
$app['session.test'] = true;
Schema::dropTables($app['db']);
Schema::createTables($app['db']);