Skip to content

Commit

Permalink
Made explicit testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude committed Mar 20, 2018
1 parent 581d779 commit a99e2d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ tests as far as PHPUnit is concerned, but they have a very specific workflow:
* Test the response;
* Rinse and repeat.

Before creating your first test, be sure the following packages are installed:

.. code-block:: terminal
$ composer require --dev symfony/browser-kit symfony/css-selector
Your First Functional Test
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit a99e2d5

Please sign in to comment.