Skip to content

Commit fa6d8ae

Browse files
committed
[Tests] added a note about installing PHPUnit dependencies
1 parent 04562c0 commit fa6d8ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testing.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ command:
3131
3232
$ ./vendor/bin/simple-phpunit
3333
34+
.. note::
35+
36+
After installing the bridge, you should run once:
37+
38+
.. code-block:: terminal
39+
40+
$ ./vendor/bin/simple-phpunit install
41+
42+
That will install PHPUnit dependencies and make the classes available in
43+
your project.
44+
3445
PHPUnit is configured by the ``phpunit.xml.dist`` file in the root of your
3546
Symfony application.
3647

0 commit comments

Comments
 (0)