File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,9 @@ Setting Environment
3636The 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
4743This can be set in several ways depending on your server setup.
4844
You can’t perform that action at this time.
0 commit comments