Skip to content

Commit a03ca66

Browse files
committed
Update DataProviderDeclarationRuleTest.php
1 parent 540bb6a commit a03ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/PHPUnit/DataProviderDeclarationRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testRule(?int $version): void
3939
{
4040
$this->phpunitVersion = $version;
4141

42-
if ($version === 10) {
42+
if ($version >= 10) {
4343
$errors = [
4444
[
4545
'@dataProvider providebaz related method is used with incorrect case: provideBaz.',

0 commit comments

Comments
 (0)