Skip to content

Commit 4b599ce

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link [Testing] Fix grammar issue
2 parents fdd5fc9 + 576e398 commit 4b599ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ message contains the ``"foobar"`` string.
222222
Making Tests Fail
223223
~~~~~~~~~~~~~~~~~
224224

225-
By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_
225+
By default, any non-legacy-tagged or any non-silenced (`@-silencing operator`_)
226226
deprecation notices will make tests fail. Alternatively, you can configure
227227
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to
228228
``max[total]=320`` for instance. It will make the tests fail only if a

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ stores in the session of the test client.
633633
Making AJAX Requests
634634
....................
635635

636-
The client provides a
636+
The client provides an
637637
:method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::xmlHttpRequest`
638638
method, which has the same arguments as the ``request()`` method and is
639639
a shortcut to make AJAX requests::

0 commit comments

Comments
 (0)