File tree Expand file tree Collapse file tree
user_guide_src/source/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and much, much more.
1919Enabling Kint
2020=============
2121
22- By default, Kint is enabled in **development ** and **testing ** environments only. This can be altered by modifying
22+ By default, Kint is enabled in **development ** and **testing ** :doc: ` environments < /general/environments >` only. This can be altered by modifying
2323the ``$useKint `` value in the environment configuration section of the main **index.php ** file::
2424
2525 $useKint = true;
@@ -59,7 +59,7 @@ to help you debug and optimize.
5959Enabling the Toolbar
6060====================
6161
62- The toolbar is enabled by default in any environment *except * production. It will be shown whenever the
62+ The toolbar is enabled by default in any :doc: ` environment < /general/environments >` *except * ** production ** . It will be shown whenever the
6363constant CI_DEBUG is defined and its value is truthy. This is defined in the boot files (e.g.
6464**app/Config/Boot/development.php **) and can be modified there to determine what environment to show.
6565
You can’t perform that action at this time.
0 commit comments