Skip to content

Commit 5761a17

Browse files
committed
Making one test 7.2 and higher only for convenience
1 parent 0231ceb commit 5761a17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Command/UpdateRecipesCommandTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ protected function tearDown(): void
5252
$filesystem->remove(FLEX_TEST_DIR);
5353
}
5454

55+
/**
56+
* Skip 7.1, simply because there isn't a newer recipe version available
57+
* that we can easily use to assert.
58+
*
59+
* @requires PHP >= 7.2
60+
*/
5561
public function testCommandUpdatesRecipe()
5662
{
5763
@mkdir(FLEX_TEST_DIR);

0 commit comments

Comments
 (0)