Skip to content

Commit 717bcf3

Browse files
committed
Tweak syntax
1 parent 552cfee commit 717bcf3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ It comes with the following features:
2020
sensitive to time, network or class existence;
2121

2222
* Provides a modified version of PHPUnit that allows:
23-
* separating the dependencies of your app from those of phpunit to prevent any unwanted constraints to apply;
24-
* running tests in parallel when a test suite is split in several phpunit.xml files;
25-
* recording and replaying skipped tests;
23+
24+
#. separating the dependencies of your app from those of phpunit to prevent any unwanted constraints to apply;
25+
#. running tests in parallel when a test suite is split in several phpunit.xml files;
26+
#. recording and replaying skipped tests;
2627

2728
* It allows to create tests that are compatible with multiple PHPUnit versions
2829
(because it provides polyfills for missing methods, namespaced aliases for

0 commit comments

Comments
 (0)