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``