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
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?
The text was updated successfully, but these errors were encountered:
@Mquinn123 Currently we have not yet support for phpunit 7. There is a bug inside the phpunit framework which makes it impossible to support it as long as phpunit 7.3 is not released. See my bug report here sebastianbergmann/phpunit#3226
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?
The text was updated successfully, but these errors were encountered: