File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ it has its own excellent `documentation`_.
19
19
20
20
Symfony2 works with PHPUnit 3.5.11 or later, though version 3.6.4 is
21
21
needed to test the Symfony core code itself.
22
-
23
22
24
23
Each test - whether it's a unit test or a functional test - is a PHP class
25
24
that should live in the ``Tests/ `` subdirectory of your bundles. If you follow
@@ -33,14 +32,13 @@ command:
33
32
34
33
.. note ::
35
34
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.
39
37
40
38
.. code-block :: bash
41
39
42
40
# specify the configuration directory on the command line
43
- $ phpunit -c app/ arc /
41
+ $ phpunit -c app/ src /
44
42
45
43
46
44
The ``-c `` option tells PHPUnit to look in the ``app/ `` directory for a configuration
You can’t perform that action at this time.
0 commit comments