8000 Duplicate composer require in Your First Functional Test chapter · symfony/symfony-docs@c39e75b · GitHub
[go: up one dir, main page]

Skip to content

Commit c39e75b

Browse files
authored
Duplicate composer require in Your First Functional Test chapter
The composer require --dev symfony/browser-kit command is duplicate at the beginning of "Your First Functional Test chapter".
1 parent e6f65e0 commit c39e75b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

testing.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ utilities used in the functional tests:
143143
144144
Your First Functional Test
145145
~~~~~~~~~~~~~~~~~~~~~~~~~~
146-
147-
First, install the BrowserKit component in your project:
148-
149-
.. code-block:: terminal
150-
151-
$ composer require --dev symfony/browser-kit
152-
153146
Functional tests are PHP files that typically live in the ``tests/Controller``
154147
directory for your bundle. If you want to test the pages handled by your
155148
``PostController`` class, start by creating a new ``PostControllerTest.php``

0 commit comments

Comments
 (0)
0