Skip to content

Commit

Permalink
Remove not-supported contents directive
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 1, 2022
1 parent 29333b8 commit bf55fc5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,6 @@ The full signature of the ``request()`` method is::

This allows you to create all types of requests you can think of:

.. contents::
:local:
:depth: 1

.. tip::

The test client is available as the ``test.client`` service in the
Expand Down Expand Up @@ -671,10 +667,6 @@ Interacting with the Response
Like a real browser, the Client and Crawler objects can be used to interact
with the page you're served:

.. contents::
:local:
:depth: 1

.. _testing-links:

Clicking on Links
Expand Down Expand Up @@ -815,10 +807,6 @@ check anything you want.

However, Symfony provides useful shortcut methods for the most common cases:

.. contents::
:local:
:depth: 1

.. versionadded:: 4.3

The shortcut methods for assertions using ``WebTestCase`` were introduced
Expand Down

0 comments on commit bf55fc5

Please sign in to comment.