Display test execution progress in TestDox format when using PHPUnit
When running a test using PHPUnit, the --testdox
flag can be used to display the test execution progress in TAP format.
$ phpunit --testdox url.func.inc__Test.php
When running a test using PHPUnit, the --testdox
flag can be used to display the test execution progress in TAP format.
$ phpunit --testdox url.func.inc__Test.php