Skip to content

Commit e572237

Browse files
committed
minor #12207 Inconsistency for ending the bullet points (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Inconsistency for ending the bullet points <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- b4d7f27 Inconsistency for ending the bullet points
2 parents 3bc7821 + b4d7f27 commit e572237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ It comes with the following features:
2121
* Displays the stack trace of a deprecation on-demand;
2222

2323
* Provides a ``ClockMock``, ``DnsMock`` and ``ClassExistsMock`` classes for tests
24-
sensitive to time, network or class existence.
24+
sensitive to time, network or class existence;
2525

2626
* Provides a modified version of PHPUnit that allows 1. separating the
2727
dependencies of your app from those of phpunit to prevent any unwanted
2828
constraints to apply; 2. running tests in parallel when a test suite is split
29-
in several phpunit.xml files; 3. recording and replaying skipped tests.
29+
in several phpunit.xml files; 3. recording and replaying skipped tests;
3030

3131
Installation
3232
------------

0 commit comments

Comments
 (0)