Closed
Description
This commit fc1ce26 introduced a bug. !empty()
was replaced with === []
instead of !== []
Some background for prosperity:
PHPUnit will report the following error, without listing any files/code:
This test executed code that is not listed as code to be covered or used:
Also confirmed that this does not exist in 12.1.0 (installed PHPUnit is version 12.0.10):
"require-dev": {
"phpunit/phpunit": "^12.0",
"phpunit/php-code-coverage": "!=12.1.1"
}