euromark 11 years ago
parent
commit
c2aab21694
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/TestSuite/Testing.md

+ 7 - 0
docs/TestSuite/Testing.md

@@ -26,6 +26,13 @@ additional debug output is printed to the screen.
 
 By default this trait is attached to IntegrationTestCase, TestCase and ConsoleOutput.
 
+Tip: This verbose debug feature is best used in combination with `--filter testMethodToTest`, as
+otherwise there might be too much output on the screen. So better filter down to the actual method
+you are currently working on or debugging:
+```
+php phpunit.phar --filter testFooBar /path/to/SomeTest.php -vv
+```
+
 ## IntegrationTestCase
 
 You can directly pass an array as URL now: