Skip to content

Commit 4056ef3

Browse files
committed
Fix Description of PHPUnitBridge
1 parent ada4615 commit 4056ef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/phpunit_bridge.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The PHPUnit Bridge
66
==================
77

88
The PHPUnit Bridge provides utilities to report legacy tests and usage of
9-
deprecated code and a helper for time-sensitive tests.
9+
deprecated code and a helper for time and network-sensitive tests.
1010

1111
It comes with the following features:
1212

@@ -19,10 +19,10 @@ It comes with the following features:
1919

2020
* Displays the stack trace of a deprecation on-demand;
2121

22-
* Provides a ``ClockMock`` and ``DnsMock`` helper classes for time or network-sensitive tests.
22+
* Provides a ``ClockMock`` and ``DnsMock`` helper classes for time and network-sensitive tests;
2323

2424
* Provides a modified version of PHPUnit that does not embed ``symfony/yaml`` nor
25-
``prophecy`` to prevent any conflicts with these dependencies.
25+
``prophecy`` to prevent any conflicts with these dependencies;
2626

2727
Installation
2828
------------
@@ -719,7 +719,7 @@ not find the SUT:
719719
</listener>
720720
</listeners>
721721
722-
.. _PHPUnit: https://phpunit.de
722+
.. _`PHPUnit`: https://phpunit.de
723723
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
724724
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
725725
.. _`PHP error handler`: https://php.net/manual/en/book.errorfunc.php

0 commit comments

Comments
 (0)