Skip to content

Commit b4cebc8

Browse files
committed
Update DataProviderDataRuleTest.php
1 parent 4b700e5 commit b4cebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/PHPUnit/DataProviderDataRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function testRule(): void
179179
public function testRulePhp8(): void
180180
{
181181
if (PHP_VERSION_ID < 80000) {
182-
self::markTestSkipped('PHPUnit11 requires PHP 8.0.');
182+
self::markTestSkipped();
183183
}
184184

185185
$this->phpunitVersion = 10;

0 commit comments

Comments
 (0)