Change to support PHPUnit 10 #1437
coding-standards.yml
on: pull_request
coding-standards
/
phpcs 8.2
33s
phpstan
/
phpstan PHP 8.2
38s
Annotations
5 errors
phpstan / phpstan PHP 8.2:
src/mantle/testing/concerns/trait-reads-annotations.php (in context of class Mantle/Testing/Test_Case)#L32
Call to function method_exists() with 'PHPUnit\\Util\\Test' and 'parseTestMethodAnno…' will always evaluate to false.
|
phpstan / phpstan PHP 8.2:
src/mantle/testing/concerns/trait-reads-annotations.php (in context of class Mantle/Testing/Test_Case)#L32
Call to function method_exists() with 'PHPUnit\\Util\\Test' and 'parseTestMethodAnno…' will always evaluate to false.
|
phpstan / phpstan PHP 8.2:
src/mantle/testing/concerns/trait-reads-annotations.php (in context of class Mantle/Testing/Test_Case)#L35
Call to an undefined method Mantle\Testing\Test_Case::getName().
|
phpstan / phpstan PHP 8.2:
src/mantle/testing/concerns/trait-reads-annotations.php (in context of class Mantle/Testing/Test_Case)#L35
Call to an undefined method Mantle\Testing\Test_Case::getName().
|
phpstan / phpstan PHP 8.2
Process completed with exit code 1.
|