Skip to content

Separate tests and fixtures by PHP versions #473

Separate tests and fixtures by PHP versions

Separate tests and fixtures by PHP versions #473

Triggered via pull request May 17, 2024 15:13
Status Failure
Total duration 39s
Artifacts

psalm.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
RiskyTruthyFalsyComparison: tests/Bootstrap.php#L17
tests/Bootstrap.php:17:28: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
LessSpecificReturnType: tests/Bootstrap.php#L61
tests/Bootstrap.php:61:21: LessSpecificReturnType: The inferred return type 'never' for vdd is more specific than the declared return type 'void' (see https://psalm.dev/088)
ForbiddenCode: tests/Bootstrap.php#L63
tests/Bootstrap.php:63:9: ForbiddenCode: Unsafe var_dump (see https://psalm.dev/002)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L43
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:43:9: MissingThrowsDocblock: SebastianBergmann\RecursionContext\InvalidArgumentException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L43
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:43:9: MissingThrowsDocblock: PHPUnit\Framework\ExpectationFailedException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L69
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:69:13: MissingThrowsDocblock: SebastianBergmann\RecursionContext\InvalidArgumentException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L69
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:69:13: MissingThrowsDocblock: PHPUnit\Framework\ExpectationFailedException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L75
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:75:13: MissingThrowsDocblock: SebastianBergmann\RecursionContext\InvalidArgumentException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php#L75
tests/Unit/Mockery/Adapter/Phpunit/TestListenerTest.php:75:13: MissingThrowsDocblock: PHPUnit\Framework\ExpectationFailedException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
MissingThrowsDocblock: tests/Unit/Mockery/DemeterChainTest.php#L80
tests/Unit/Mockery/DemeterChainTest.php:80:9: MissingThrowsDocblock: SebastianBergmann\RecursionContext\InvalidArgumentException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)