Skip to content

Add test and fixture for PR #1423 #479

Add test and fixture for PR #1423

Add test and fixture for PR #1423 #479

Triggered via pull request May 19, 2024 02:59
Status Failure
Total duration 34s
Artifacts

psalm.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
UnusedClass: tests/Unit/PHP74/TestCase1132Test.php#L17
tests/Unit/PHP74/TestCase1132Test.php:17:13: UnusedClass: Class Unit\PHP74\TestCase1132Test is never used (see https://psalm.dev/075)
ArgumentTypeCoercion: tests/Unit/PHP74/TestCase1132Test.php#L21
tests/Unit/PHP74/TestCase1132Test.php:21:31: ArgumentTypeCoercion: Argument 1 of Mockery::mock expects class-string|object, but parent type 'TestCase1132' provided (see https://psalm.dev/193)
UndefinedClass: tests/Unit/PHP74/TestCase1132Test.php#L26
tests/Unit/PHP74/TestCase1132Test.php:26:9: UndefinedClass: Class, interface or enum named TestCase1132 does not exist (see https://psalm.dev/019)
MixedMethodCall: tests/Unit/PHP74/TestCase1132Test.php#L26
tests/Unit/PHP74/TestCase1132Test.php:26:26: MixedMethodCall: Cannot determine the type of $mock->allows() when calling method saveDummy (see https://psalm.dev/015)
UndefinedClass: tests/Unit/PHP74/TestCase1132Test.php#L31
tests/Unit/PHP74/TestCase1132Test.php:31:9: UndefinedClass: Class, interface or enum named TestCase1132 does not exist (see https://psalm.dev/019)
Psalm
Process completed with exit code 2.