We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558be21 commit d1e2b8cCopy full SHA for d1e2b8c
testing.rst
@@ -882,11 +882,11 @@ configuration adds tests from a custom ``lib/tests`` directory:
882
<!-- ... -->
883
<testsuites>
884
<testsuite name="Project Test Suite">
885
- <!-- ... --->
+ <!-- ... -->
886
<directory>../lib/tests</directory>
887
</testsuite>
888
</testsuites>
889
890
</phpunit>
891
892
To include other directories in the code coverage, also edit the ``<filter>``
@@ -907,7 +907,7 @@ section:
907
</exclude>
908
</whitelist>
909
</filter>
910
911
912
913
Learn more
0 commit comments