Skip to content

Commit 61cdfcc

Browse files
committed
[Testing] Fix phpunit test dir paths
1 parent 7c038bf commit 61cdfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ create a ``phpunit.xml`` file to tweak the configuration for your local machine.
775775
``phpunit.xml`` file.
776776

777777
By default, only the tests stored in "standard" bundles are run by the
778-
``phpunit`` command (standard being tests in the ``src/*/Bundle/Tests`` or
778+
``phpunit`` command (standard being tests in the ``src/*/*Bundle/Tests`` or
779779
``src/*/Bundle/*Bundle/Tests`` directories) But you can easily add more
780780
directories. For instance, the following configuration adds the tests from
781781
the installed third-party bundles:

0 commit comments

Comments
 (0)