We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb451f commit d951254Copy full SHA for d951254
tests/Rules/Doctrine/ORM/DqlRuleTest.php
@@ -52,4 +52,10 @@ public function testRule(): void
52
]);
53
}
54
55
+ protected function shouldFailOnPhpErrors(): bool
56
+ {
57
+ // doctrine/orm/src/Query/Parser.php throws assert($this->lexer->lookahead !== null)
58
+ return false;
59
+ }
60
+
61
tests/Rules/Doctrine/ORM/QueryBuilderDqlRuleTest.php
@@ -171,4 +171,10 @@ public static function getAdditionalConfigFiles(): array
171
];
172
173
174
175
176
+ // doctrine/orm/src/Query/Parser.php throws assert(): assert($peek !== null) error
177
178
179
180
0 commit comments