We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1874e62 commit 1be8686Copy full SHA for 1be8686
app/Config/Boot/testing.php
@@ -1,5 +1,11 @@
1
<?php
2
3
+/*
4
+ * The environment testing is reserved for PHPUnit testing. It has special
5
+ * conditions built into the framework at various places to assist with that.
6
+ * You can’t use it for your development.
7
+ */
8
+
9
/*
10
|--------------------------------------------------------------------------
11
| ERROR DISPLAY
0 commit comments