Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values #1061
lint-and-analyse-php.yml
on: pull_request
Matrix: analyse-php
Matrix: lint-php
Annotations
7 errors
|
analyse-php (7.4)
Process completed with exit code 2.
|
|
analyse-php (7.4)
Process completed with exit code 1.
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L894
Dynamic call to static method PHPUnit\Framework\Assert::assertStringContainsString().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L893
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L883
Dynamic call to static method PHPUnit\Framework\Assert::assertEquals().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L882
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L26
Ignored error pattern #^Dynamic call to static method PHPUnit\\Framework\\Assert\:\:assertEquals\(\)\.$# in path /home/runner/work/sql-parser/sql-parser/tests/Builder/CreateStatementTest.php is expected to occur 34 times, but occurred 35 times.
|