Month: August 2023
-
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 …
-
Install WordPress via Composer
In this article, we will talk about how to install WordPress via Composer. Let’s go through step by step how to do it. Let’s consider the options of installing WordPress in a separate directory and the classic option with a standard file structure.