Skip to content

Commit 9ade9ec

Browse files
committed
Turn on app.debug
1 parent feefd4f commit 9ade9ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ protected function getPackageProviders($app)
3131

3232
public function getEnvironmentSetUp($app)
3333
{
34-
config()->set('database.default', 'testing');
34+
$app['config']->set('database.default', 'testing');
35+
$app['config']->set('app.debug', true);
3536
}
3637

3738
public function registerRoutes()

0 commit comments

Comments
 (0)