File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
77
77
{{ form(form) }}
78
78
{% endblock %}
79
79
80
- .. _reference-forms-bootstrap -error-messages :
80
+ .. _reference-forms-bootstrap4 -error-messages :
81
81
82
82
Error Messages
83
83
--------------
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ Components
69
69
.. toctree ::
70
70
:hidden:
71
71
72
- components/index
72
+ components/
73
73
74
- Read the :doc: `Components </components/index >` documentation.
74
+ Read the :doc: `Components </components/ >` documentation.
75
75
76
76
Reference Documents
77
77
-------------------
Original file line number Diff line number Diff line change @@ -523,10 +523,6 @@ The full signature of the ``request()`` method is::
523
523
524
524
This allows you to create all types of requests you can think of:
525
525
526
- .. contents ::
527
- :local:
528
- :depth: 1
529
-
530
526
.. tip ::
531
527
532
528
The test client is available as the ``test.client `` service in the
@@ -671,10 +667,6 @@ Interacting with the Response
671
667
Like a real browser, the Client and Crawler objects can be used to interact
672
668
with the page you're served:
673
669
674
- .. contents ::
675
- :local:
676
- :depth: 1
677
-
678
670
.. _testing-links :
679
671
680
672
Clicking on Links
@@ -815,10 +807,6 @@ check anything you want.
815
807
816
808
However, Symfony provides useful shortcut methods for the most common cases:
817
809
818
- .. contents ::
819
- :local:
820
- :depth: 1
821
-
822
810
.. versionadded :: 4.3
823
811
824
812
The shortcut methods for assertions using ``WebTestCase `` were introduced
You can’t perform that action at this time.
0 commit comments