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 @@ -60,12 +60,11 @@ Testing Your Application
6060PHPUnit Configuration
6161=====================
6262
63- The framework has a ``phpunit.xml.dist `` file in the project root . This controls unit
64- testing of the framework itself . If you provide your own ``phpunit.xml ``, it will
65- over-ride this.
63+ In your CodeIgniter project root, there is the ``phpunit.xml.dist `` file. This
64+ controls unit testing of your application . If you provide your own ``phpunit.xml ``,
65+ it will over-ride this.
6666
67- Your ``phpunit.xml `` should exclude the ``system `` folder, as well as any ``vendor `` or
68- ``ThirdParty `` folders, if you are unit testing your application.
67+ By default, test files are placed under the **tests ** directory in the project root.
6968
7069The Test Class
7170==============
You can’t perform that action at this time.
0 commit comments