euromark 11 年 前
コミット
c2aab21694
1 ファイル変更7 行追加0 行削除
  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.
 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
 ## IntegrationTestCase
 
 
 You can directly pass an array as URL now:
 You can directly pass an array as URL now: