Cleanup tests from annotations #216
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/
|