From 97e7b3b5273d3add6802d0dda6f8ddc36e5d230d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 23 Jan 2014 14:43:03 +0100 Subject: [PATCH] [add] session.test for functionals --- tests/functionals/PocheWebTestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functionals/PocheWebTestCase.php b/tests/functionals/PocheWebTestCase.php index 6dab94d..a499b3b 100644 --- a/tests/functionals/PocheWebTestCase.php +++ b/tests/functionals/PocheWebTestCase.php @@ -22,6 +22,7 @@ class PocheWebTestCase extends WebTestCase ); $app['debug'] = true; + $app['session.test'] = true; Schema::dropTables($app['db']); Schema::createTables($app['db']);