Recommend this page to a friend! |
Classes of Duong Huynh Nghia | PHP Slim Framework 3 Modular Application | libraries/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 ( InstallationYou can add this library as a local, per-project dependency to your project using Composer:
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
Using the PHP_CodeCoverage API
|