Skip to content

Commit eb3e7fe

Browse files
committed
Update tests/Fixer/PhpUnitRequiresConstraintFixerTest.php
1 parent 4e9cdad commit eb3e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixer/PhpUnitRequiresConstraintFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testFoo1() {}
7272
public function testFo2o() {
7373
new class extends TestCase {
7474
/**
75-
* @requires PHP 8.2
75+
* @requires PHP >= 8.2
7676
*/
7777
public function testX() {}
7878
};

0 commit comments

Comments
 (0)