We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b7c47 commit 6aaf10bCopy full SHA for 6aaf10b
tests/Command/UpdateRecipesCommandTest.php
@@ -52,6 +52,12 @@ protected function tearDown(): void
52
$filesystem->remove(FLEX_TEST_DIR);
53
}
54
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
+ */
61
public function testCommandUpdatesRecipe()
62
{
63
@mkdir(FLEX_TEST_DIR);
0 commit comments