Skip to content

Commit 552cfee

Browse files
committed
minor #19002 Update phpunit_bridge.rst (alirezarahmani)
This PR was merged into the 6.3 branch. Discussion ---------- Update phpunit_bridge.rst fix sub list <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- b281458 Update phpunit_bridge.rst
2 parents 78e0abd + b281458 commit 552cfee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/phpunit_bridge.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ It comes with the following features:
1919
* Provides a ``ClockMock``, ``DnsMock`` and ``ClassExistsMock`` classes for tests
2020
sensitive to time, network or class existence;
2121

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+
* 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;
2626

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

0 commit comments

Comments
 (0)