8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed449f2 commit 0f2dc0dCopy full SHA for 0f2dc0d
book/testing.rst
@@ -98,7 +98,7 @@ Running tests for a given file or directory is also very easy:
98
# run all tests in the Utility directory
99
$ phpunit -c app src/Acme/DemoBundle/Tests/Utility/
100
101
- # run tests for the Article class
+ # run tests for the Calculator class
102
$ phpunit -c app src/Acme/DemoBundle/Tests/Utility/CalculatorTest.php
103
104
# run all tests for the entire Bundle
0 commit comments