Skip to content

Commit fe08ae8

Browse files
committed
minor #9451 Made explicit testing dependencies (HeahDude, javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Made explicit testing dependencies <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f67a47a Minor reword a99e2d5 Made explicit testing dependencies
2 parents 6c74c6d + f67a47a commit fe08ae8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testing.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ tests as far as PHPUnit is concerned, but they have a very specific workflow:
128128
* Test the response;
129129
* Rinse and repeat.
130130

131+
Before creating your first test, install these packages that provide some of the
132+
utilities used in the functional tests:
133+
134+
.. code-block:: terminal
135+
136+
$ composer require --dev symfony/browser-kit symfony/css-selector
137+
131138
Your First Functional Test
132139
~~~~~~~~~~~~~~~~~~~~~~~~~~
133140

0 commit comments

Comments
 (0)