Recommend this page to a friend! |
Classes of Duong Huynh Nghia | Lego PHP | Library/vendor/phpunit/php-code-coverage/README.md | Download |
|
Download
PHP_CodeCoveragePHP_CodeCoverage is a library that provides collection, processing, and rendering functionality for PHP code coverage information. RequirementsPHP 5.6 is required but using the latest version of PHP is highly recommended. PHP 5Xdebug is the only source of raw code coverage data supported for PHP 5. Version 2.2.1 of Xdebug is required but using the latest version is highly recommended. PHP 7Version 2.4.0 (or later) of Xdebug as well as phpdbg are supported sources of raw code coverage data for PHP 7. HHVMA version of HHVM that implements the Xdebug API for code coverage ( InstallationTo add PHP_CodeCoverage as a local, per-project dependency to your project, simply add a dependency on
Using the PHP_CodeCoverage API
|