Skip to content

Commit a1f6f45

Browse files
committed
fix
1 parent ef578d0 commit a1f6f45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Rules/PHPUnit/DataProviderDataRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ protected function getRule(): Rule
2424
new DataProviderDataRule(
2525
new TestMethodsHelper(
2626
self::getContainer()->getByType(FileTypeMapper::class),
27-
new PHPUnitVersion(11)
27+
new PHPUnitVersion(10)
2828
),
2929
new DataProviderHelper(
3030
$reflectionProvider,
3131
self::getContainer()->getByType(FileTypeMapper::class),
3232
self::getContainer()->getService('defaultAnalysisParser'),
33-
new PHPUnitVersion(11)
33+
new PHPUnitVersion(10)
3434
),
3535

3636
),

tests/Rules/PHPUnit/DataProviderDeclarationRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function getRule(): Rule
2121
$reflection,
2222
self::getContainer()->getByType(FileTypeMapper::class),
2323
self::getContainer()->getService('defaultAnalysisParser'),
24-
new PHPUnitVersion(11)
24+
new PHPUnitVersion(10)
2525
),
2626
true,
2727
true

0 commit comments

Comments
 (0)