We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855e8d8 commit cc7be62Copy full SHA for cc7be62
1 file changed
user_guide_src/source/general/environments.rst
@@ -22,7 +22,7 @@ By default, CodeIgniter comes with the ``ENVIRONMENT`` constant set to use
22
the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
23
``production``. This can be set in several ways depending on your server setup.
24
25
-.. note:: The environment ``testing`` is the special one for PHPUnit testing.
+.. note:: The environment ``testing`` is reserved for PHPUnit testing.
26
It has special conditions built into the framework at various places to assist with that.
27
You can't use it for your development.
28
0 commit comments