Skip to content

Commit b9295c8

Browse files
committed
minor #10712 Duplicate composer require in Your First Functional Test chapter (baiolo)
This PR was merged into the 4.1 branch. Discussion ---------- Duplicate composer require in Your First Functional Test chapter The `composer require --dev symfony/browser-kit` command is duplicated at the beginning of _Your First Functional Test chapter_. Commits ------- c39e75b Duplicate composer require in Your First Functional Test chapter
2 parents d948a41 + c39e75b commit b9295c8

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)