File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The PHPUnit Bridge
6
6
==================
7
7
8
8
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.
10
10
11
11
It comes with the following features:
12
12
@@ -19,10 +19,10 @@ It comes with the following features:
19
19
20
20
* Displays the stack trace of a deprecation on-demand;
21
21
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;
23
23
24
24
* 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;
26
26
27
27
Installation
28
28
------------
@@ -719,7 +719,7 @@ not find the SUT:
719
719
</listener >
720
720
</listeners >
721
721
722
- .. _ PHPUnit : https://phpunit.de
722
+ .. _ `PHPUnit` : https://phpunit.de
723
723
.. _`PHPUnit event listener` : https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
724
724
.. _`PHPUnit's assertStringMatchesFormat()` : https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
725
725
.. _`PHP error handler` : https://php.net/manual/en/book.errorfunc.php
You can’t perform that action at this time.
0 commit comments