Skip to content

Commit 1be8686

Browse files
committed
docs: add comments
1 parent 1874e62 commit 1be8686

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/Config/Boot/testing.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

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+
39
/*
410
|--------------------------------------------------------------------------
511
| ERROR DISPLAY

0 commit comments

Comments
 (0)