Skip to content

Cleanup tests from annotations #216

Cleanup tests from annotations

Cleanup tests from annotations #216

Triggered via pull request October 28, 2024 20:27
Status Failure
Total duration 27s
Artifacts

code-quality.yml

on: pull_request
Matrix: Code quality checks
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L145
Call to method PHPUnit\Framework\Assert::assertNull() with string will always evaluate to false.
Code quality checks (8.1): tests/src/TypeTest.php#L500
You should use assertCount($expectedCount, $variable) instead of assertSame($expectedCount, count($variable)).
Code quality checks (8.1): tests/src/TypeTest.php#L503
You should use assertCount($expectedCount, $variable) instead of assertSame($expectedCount, count($variable)).
Code quality checks (8.1): tests/src/TypeTest.php#L729
Call to method PHPUnit\Framework\Assert::assertNull() with string will always evaluate to false.
Code quality checks (8.1)
Process completed with exit code 1.
Code quality checks (8.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/