8000 [book][testing] Fixing wrong class name - closes #846 · DavidChristmann/symfony-docs@0f2dc0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f2dc0d

Browse files
committed
[book][testing] Fixing wrong class name - closes symfony#846
1 parent ed449f2 commit 0f2dc0d

File tree

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Running tests for a given file or directory is also very easy:
9898
# run all tests in the Utility directory
9999
$ phpunit -c app src/Acme/DemoBundle/Tests/Utility/
100100
101-
# run tests for the Article class
101+
# run tests for the Calculator class
102102
$ phpunit -c app src/Acme/DemoBundle/Tests/Utility/CalculatorTest.php
103103
104104
# run all tests for the entire Bundle