Skip to content

Commit 42aa482

Browse files
committed
fix
1 parent a2e789f commit 42aa482

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/rules/UnresolvableQueryMethodRuleTest.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ public function testBug536(): void
7272

7373
public function testBug548(): void
7474
{
75-
$this->analyse([__DIR__ . '/data/bug-548.php'], []);
75+
$this->analyse([__DIR__ . '/data/bug-548.php'], [
76+
[
77+
'Unresolvable Query: Seems the query is too dynamic to be resolved by query simulation.',
78+
10,
79+
UnresolvableQueryInvalidAfterSimulationException::getTip(),
80+
],
81+
]);
7682
}
7783

7884
public function testBug547(): void

0 commit comments

Comments
 (0)