Skip to content

Commit 1b2e203

Browse files
committed
minor #8692 Fixed some issues in PHPUnit XML config examples (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed some issues in PHPUnit XML config examples Commits ------- d1e2b8c Fixed some issues in PHPUnit XML config examples
2 parents 558be21 + d1e2b8c commit 1b2e203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,11 +882,11 @@ configuration adds tests from a custom ``lib/tests`` directory:
882882
<!-- ... -->
883883
<testsuites>
884884
<testsuite name="Project Test Suite">
885-
<!-- ... --->
885+
<!-- ... -->
886886
<directory>../lib/tests</directory>
887887
</testsuite>
888888
</testsuites>
889-
<!-- ... --->
889+
<!-- ... -->
890890
</phpunit>
891891
892892
To include other directories in the code coverage, also edit the ``<filter>``
@@ -907,7 +907,7 @@ section:
907907
</exclude>
908908
</whitelist>
909909
</filter>
910-
<!-- ... --->
910+
<!-- ... -->
911911
</phpunit>
912912
913913
Learn more

0 commit comments

Comments
 (0)