• Cody Bonney
  • September 03, 2014
php

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

more PHP posts

php Recursively minify PHP files using a shell script
php Installing PHP 5.5 on CentOS 6.4
php Set the image format of an image using Imagick
php Generate a list of installed PHP modules via Command-line Interface