From c39e75bc768c07bfddc4e457a39d1cef87a39c42 Mon Sep 17 00:00:00 2001 From: baiolo Date: Wed, 28 Nov 2018 10:57:14 +0100 Subject: [PATCH] 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". --- testing.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testing.rst b/testing.rst index 73ed0542813..2c8279c79db 100644 --- a/testing.rst +++ b/testing.rst @@ -143,13 +143,6 @@ utilities used in the functional tests: Your First Functional Test ~~~~~~~~~~~~~~~~~~~~~~~~~~ - -First, install the BrowserKit component in your project: - -.. code-block:: terminal - - $ composer require --dev symfony/browser-kit - Functional tests are PHP files that typically live in the ``tests/Controller`` directory for your bundle. If you want to test the pages handled by your ``PostController`` class, start by creating a new ``PostControllerTest.php``