Skip to content

Commit dbe6357

Browse files
committed
fix test
1 parent e6f5e40 commit dbe6357

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/PHPStan/UniqueValuesRuleTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ public function testRule(): void
2828
],
2929
);
3030
}
31+
32+
protected function shouldFailOnPhpErrors(): bool
33+
{
34+
return false;
35+
}
3136
}

0 commit comments

Comments
 (0)