Skip PHPUnit Tests Conditionally in PHP
November 18, 2023 — Sometimes you may want to skip a PHPUnit test conditionally. For instance, you may want to skip a test if the PHP version is less than 7.4 or if a certain extension is not installed on the system.