File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
user_guide_src/source/testing Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,11 @@ Testing Your Application
60
60
PHPUnit Configuration
61
61
=====================
62
62
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.
66
66
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.
69
68
70
69
The Test Class
71
70
==============
You can’t perform that action at this time.
0 commit comments