Skip to content

Commit 0a5adfc

Browse files
committed
docs: update description for CI apps
Appstarter and Zip installation provide phpunit.xml.dist for applications.
1 parent 51965f3 commit 0a5adfc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

user_guide_src/source/testing/overview.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ Testing Your Application
6060
PHPUnit 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

7069
The Test Class
7170
==============

0 commit comments

Comments
 (0)