You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running code coverage with latest V9 phpunit-selenium and any 9.x version of PHPunit results in
PHP Fatal error:
Uncaught TypeError: Argument 1 passed to SebastianBergmann\CodeCoverage\CodeCoverage::append() must be an instance of SebastianBergmann\CodeCoverage\RawCodeCoverageData, array given, called in /vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php on line 368 and defined in vendor/phpunit/php-code-coverage/src/CodeCoverage.php:239
The text was updated successfully, but these errors were encountered:
Spuds
changed the title
Code coverage is not compatible with PPHUnit 9.x
Code coverage is not compatible with PHPUnit 9.x
Feb 18, 2022
Running code coverage with latest V9 phpunit-selenium and any 9.x version of PHPunit results in
PHP Fatal error:
Uncaught TypeError: Argument 1 passed to SebastianBergmann\CodeCoverage\CodeCoverage::append() must be an instance of SebastianBergmann\CodeCoverage\RawCodeCoverageData, array given, called in /vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php on line 368 and defined in vendor/phpunit/php-code-coverage/src/CodeCoverage.php:239
The text was updated successfully, but these errors were encountered: