Skip to content

Commit 98fd9e9

Browse files
committed
docs: delete descriptions that are no longer needed
1 parent 89bd171 commit 98fd9e9

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ Setting Environment
3636
The ENVIRONMENT Constant
3737
========================
3838

39-
By default, CodeIgniter comes with the ``ENVIRONMENT`` constant set to use
40-
the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
41-
``production``.
42-
43-
.. note:: The environment ``testing`` is reserved for PHPUnit testing.
44-
It has special conditions built into the framework at various places to assist with that.
45-
You can't use it for your development.
39+
To set your environment, CodeIgniter comes with the ``ENVIRONMENT`` constant.
40+
If you set ``$_SERVER['CI_ENVIRONMENT']``, the value will be used,
41+
otherwise defaulting to ``production``.
4642

4743
This can be set in several ways depending on your server setup.
4844

0 commit comments

Comments
 (0)