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