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 540bb6a commit a03ca66Copy full SHA for a03ca66
tests/Rules/PHPUnit/DataProviderDeclarationRuleTest.php
@@ -39,7 +39,7 @@ public function testRule(?int $version): void
39
{
40
$this->phpunitVersion = $version;
41
42
- if ($version === 10) {
+ if ($version >= 10) {
43
$errors = [
44
[
45
'@dataProvider providebaz related method is used with incorrect case: provideBaz.',
0 commit comments