8000 Updated according to comments · programaths/symfony-docs@f382db5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f382db5

Browse files
committed
Updated according to comments
Updated according to previous comments
1 parent 4ccd2ab commit f382db5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

book/testing.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ it has its own excellent `documentation`_.
1919

2020
Symfony2 works with PHPUnit 3.5.11 or later, though version 3.6.4 is
2121
needed to test the Symfony core code itself.
22-
2322

2423
Each test - whether it's a unit test or a functional test - is a PHP class
2524
that should live in the ``Tests/`` subdirectory of your bundles. If you follow
@@ -33,14 +32,13 @@ command:
3332
3433
.. note::
3534

36-
If have the ``No tests executed!``
37-
message in, specify the "src" directory at the
38-
end of the command.
35+
If you have the ``No tests executed!`` message,
36+
specify the "src" directory at the end of the command.
3937

4038
.. code-block:: bash
4139
4240
# specify the configuration directory on the command line
43-
$ phpunit -c app/ arc/
41+
$ phpunit -c app/ src/
4442
4543
4644
The ``-c`` option tells PHPUnit to look in the ``app/`` directory for a configuration

0 commit comments

Comments
 (0)
0