Category: PHP

  • Speed up PHPUnit Code Coverage with PCOV

    Speed up PHPUnit Code Coverage with PCOV

    PCOV is a PHP driver used in PHPUnit for code coverage, similar to Xdebug or PHPDBG. It can be used to collect information about code coverage lines during testing. Its main advantage over other code coverage analysis tools is …

    Continue reading