feat!: import lib-asserts, drop it as a dependency, require phpunit 11.5 automated releases #99
Annotations
10 errors
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L99
Call to method Codeception\Module\AbstractAsserts::assertIsInt() with 2 will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L98
Call to method Codeception\Module\AbstractAsserts::assertIsFloat() with 1.2 will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L97
Call to method Codeception\Module\AbstractAsserts::assertIsClosedResource() with resource will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L93
Call to method Codeception\Module\AbstractAsserts::assertIsCallable() with Closure(): void will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L92
Call to method Codeception\Module\AbstractAsserts::assertIsBool() with true will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L91
Call to method Codeception\Module\AbstractAsserts::assertIsArray() with array{1, 2, 3} will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L73
Call to method Codeception\Module\AbstractAsserts::assertFalse() with false will always evaluate to false.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L68
Call to method Codeception\Module\AbstractAsserts::assertEmpty() with 0 will always evaluate to true.
|
Run PHPStan:
tests/unit/Codeception/Module/AssertsTest.php#L67
Call to method Codeception\Module\AbstractAsserts::assertEmpty() with array{} will always evaluate to true.
|
Run PHPStan:
src/Codeception/Module/Asserts.php#L98
Call to method Codeception\Module\AbstractAsserts::assertTrue() with true will always evaluate to true.
|
Loading