File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ It comes with the following features:
19
19
* Provides a ``ClockMock ``, ``DnsMock `` and ``ClassExistsMock `` classes for tests
20
20
sensitive to time, network or class existence;
21
21
22
- * Provides a modified version of PHPUnit that allows 1. separating the
23
- dependencies of your app from those of phpunit to prevent any unwanted
24
- constraints to apply; 2. running tests in parallel when a test suite is split
25
- in several phpunit.xml files; 3. recording and replaying skipped tests;
22
+ * Provides a modified version of PHPUnit that allows:
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;
26
27
27
28
* It allows to create tests that are compatible with multiple PHPUnit versions
28
29
(because it provides polyfills for missing methods, namespaced aliases for
You can’t perform that action at this time.
0 commit comments