Closed
Description
Is there compatibility with phpunit 7?
I am getting this error:
PHP Fatal error: Declaration of PHPUnitTestRunner6::addError(PHPUnit\Framework\Test $test, Exception $e, $time) must be compatible with PHPUnit\Framework\TestListener::addError(PHPUnit\Framework\Test $test, Throwable $t, float $time): void in /vendor/phing/phing/classes/phing/tasks/ext/phpunit/PHPUnitTestRunner6.php on line 27
If not perhaps I could make a PHPUnitTestRunner7 class?