Skip to content

Commit 4afe53a

Browse files
committed
docs: make note for testing
1 parent cbb8440 commit 4afe53a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ By default, CodeIgniter has three environments defined.
2323
- ``development`` for development
2424
- ``testing`` for PHPUnit testing
2525

26-
The environment ``testing`` is reserved for PHPUnit testing. It has special
27-
conditions built into the framework at various places to assist with that.
28-
You can't use it for your development.
26+
.. important:: The environment ``testing`` is reserved for PHPUnit testing. It
27+
has special conditions built into the framework at various places to assist
28+
with that. You can't use it for your development.
2929

3030
If you want another environment, e.g., for staging, you can add custom environments.
3131
See `Adding Environments`_.

0 commit comments

Comments
 (0)