Skip to content

Commit a99e2d5

Browse files
committed
Made explicit testing dependencies
1 parent 581d779 commit a99e2d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ 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, be sure the following packages are installed:
132+
133+
.. code-block:: terminal
134+
135+
$ composer require --dev symfony/browser-kit symfony/css-selector
136+
131137
Your First Functional Test
132138
~~~~~~~~~~~~~~~~~~~~~~~~~~
133139

0 commit comments

Comments
 (0)