aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/config/testing.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/config/testing.php')
-rw-r--r--main/app/sprinkles/core/config/testing.php46
1 files changed, 23 insertions, 23 deletions
diff --git a/main/app/sprinkles/core/config/testing.php b/main/app/sprinkles/core/config/testing.php
index 4d5bb04..4bae194 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.
- *
- */
-
-return [
- 'cache' => [
- 'illuminate' => [
- 'default' => 'array',
- ]
- ],
- 'db' => [
- 'test_integration' => [
- 'driver' => 'sqlite',
- 'database' => ':memory:',
- ]
- ],
- 'settings' => [
- 'displayErrorDetails' => FALSE
- ]
-];
+<?php
+
+/**
+ * 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
+ ]
+];