diff options
Diffstat (limited to 'main/app/sprinkles/core/config/testing.php')
-rw-r--r-- | main/app/sprinkles/core/config/testing.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/main/app/sprinkles/core/config/testing.php b/main/app/sprinkles/core/config/testing.php index 7da03c2..4d5bb04 100644 --- a/main/app/sprinkles/core/config/testing.php +++ b/main/app/sprinkles/core/config/testing.php @@ -1,23 +1,23 @@ <?php - /** - * Default testing config file for UserFrosting. You may override/extend this in your site's configuration file to customize deploy settings. - * - */ +/** + * Default testing config file for UserFrosting. You may override/extend this in your site's configuration file to customize deploy settings. + * + */ - return [ - 'cache' => [ - 'illuminate' => [ - 'default' => 'array', - ] - ], - 'db' => [ - 'test_integration' => [ - 'driver' => 'sqlite', - 'database' => ':memory:', - ] - ], - 'settings' => [ - 'displayErrorDetails' => false +return [ + 'cache' => [ + 'illuminate' => [ + 'default' => 'array', ] - ]; + ], + 'db' => [ + 'test_integration' => [ + 'driver' => 'sqlite', + 'database' => ':memory:', + ] + ], + 'settings' => [ + 'displayErrorDetails' => FALSE + ] +]; |