Allow running tests with PHPUnit 10 and 11 #67
Annotations
6 errors
Run a static analysis with phpstan/phpstan:
tests/DeprecationTest.php#L1
Ignored error pattern /^.*method_exists.*expectDeprecation.*$/ in path /home/runner/work/deprecations/deprecations/tests/DeprecationTest.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
tests/DeprecationTest.php#L45
Call to an undefined static method PHPUnit\Framework\TestCase::expectDeprecation().
|
Run a static analysis with phpstan/phpstan:
tests/DeprecationTest.php#L47
Class PHPUnit\Framework\Error\Deprecated not found.
|
Run a static analysis with phpstan/phpstan:
tests/DeprecationTest.php#L47
Parameter #1 $exception of method PHPUnit\Framework\TestCase::expectException() expects class-string<Throwable>, string given.
|
Run a static analysis with phpstan/phpstan:
tests/DeprecationTest.php#L54
Call to an undefined static method PHPUnit\Framework\TestCase::expectDeprecationMessage().
|
Run a static analysis with phpstan/phpstan
Process completed with exit code 1.
|
Loading