Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 24, 2024
1 parent d951254 commit 776038d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Rules/Doctrine/ORM/QueryBuilderDqlRuleSlowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,10 @@ public static function getAdditionalConfigFiles(): array
];
}

protected function shouldFailOnPhpErrors(): bool
{
// doctrine/orm/src/Query/Parser.php throws assert($peek !== null) failed
return false;
}

}

0 comments on commit 776038d

Please sign in to comment.