Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -882,11 +882,11 @@ configuration adds tests from a custom ``lib/tests`` directory:
<!-- ... -->
<testsuites>
<testsuite name="Project Test Suite">
<!-- ... --->
<!-- ... -->
<directory>../lib/tests</directory>
</testsuite>
</testsuites>
<!-- ... --->
<!-- ... -->
</phpunit>

To include other directories in the code coverage, also edit the ``<filter>``
Expand All @@ -907,7 +907,7 @@ section:
</exclude>
</whitelist>
</filter>
<!-- ... --->
<!-- ... -->
</phpunit>

Learn more
Expand Down