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 fb4e7b2Copy full SHA for fb4e7b2
1 file changed
_test/OutputTest.php
@@ -77,6 +77,10 @@ public function test_output()
77
78
public function test_include_missing_output()
79
{
80
+ if (PHP_MAJOR_VERSION < 8) {
81
+ $this->markTestSkipped("Include plugin requires PHP >= 8, skipping test.");
82
+ }
83
+
84
global $ID;
85
$page = 'page01';
86
$includedPage = 'foo';
0 commit comments