From bf55fc5d44b63a602887b379a67e6e370124d204 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 1 May 2022 03:55:59 +0200 Subject: [PATCH] Remove not-supported contents directive --- testing.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/testing.rst b/testing.rst index 031f8d17948..2ebaf352a15 100644 --- a/testing.rst +++ b/testing.rst @@ -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 @@ -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 @@ -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