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 0f59733 commit f0c7ef7Copy full SHA for f0c7ef7
1 file changed
_test/OutputTest.php
@@ -18,6 +18,10 @@ class OutputTest extends StructTest
18
19
public function setUp(): void
20
{
21
+ if (PHP_MAJOR_VERSION < 8) {
22
+ $this->markTestSkipped("Include plugin requires PHP >= 8, skipping test.");
23
+ }
24
+
25
parent::setUp();
26
27
$this->loadSchemaJSON('schema1');
0 commit comments