File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ message contains the ``"foobar"`` string.
222
222
Making Tests Fail
223
223
~~~~~~~~~~~~~~~~~
224
224
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 `_)
226
226
deprecation notices will make tests fail. Alternatively, you can configure
227
227
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER `` to
228
228
``max[total]=320 `` for instance. It will make the tests fail only if a
Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ stores in the session of the test client.
633
633
Making AJAX Requests
634
634
....................
635
635
636
- The client provides a
636
+ The client provides an
637
637
:method: `Symfony\\ Component\\ BrowserKit\\ AbstractBrowser::xmlHttpRequest `
638
638
method, which has the same arguments as the ``request() `` method and is
639
639
a shortcut to make AJAX requests::
You can’t perform that action at this time.
0 commit comments