Skip to content

Commit

Permalink
FIx test PHP version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Nov 1, 2022
1 parent cf6d828 commit 3b52333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Processors/ExpandEnumsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function expandEnumClassStringFixtures(): iterable
}

/**
* @requires PHP >= 8.1
* @requires PHP 8.1
*
* @dataProvider expandEnumClassStringFixtures
*/
Expand Down
2 changes: 2 additions & 0 deletions tests/ScratchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public function scratchTests(): iterable
* Test scratch fixtures.
*
* @dataProvider scratchTests
*
* @requires PHP 7.4
*/
public function testScratch(string $version, string $scratch, string $spec, array $expectedLog): void
{
Expand Down

0 comments on commit 3b52333

Please sign in to comment.