File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1111It 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
2727Installation
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
You can’t perform that action at this time.
0 commit comments