Creates a test case for and fixes a bug created by lack of is_string … #1063
Annotations
2 errors
PHP on 8.3 - prefer-stable -:
src/StatementTest.php#L260
You should use assertCount($expectedCount, $variable) instead of assertSame($expectedCount, $variable->count()).
|
PHP on 8.3 - prefer-stable -
Process completed with exit code 1.
|