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.
2 parents 42fbd00 + d297e75 commit 7901d0fCopy full SHA for 7901d0f
tests/PhpcrUtils/CndParserTest.php
@@ -111,14 +111,6 @@ public function testErrorNoFile()
111
*/
112
public function testScannerErrorComment()
113
{
114
- /**
115
- * Remove this PHP7 only condition after PHPCR-Utils #168
116
- * (https://github.com/phpcr/phpcr-utils/issues/168) is closed
117
- */
118
- if (PHP_MAJOR_VERSION >= 7) {
119
- $this->markTestSkipped();
120
- }
121
-
122
$this->expectException(ScannerException::class);
123
124
$cnd = <<<EOT
tests/Query/QOM/QomTestQueries.php
@@ -444,7 +444,8 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
444
$factory->sameNode('file', '/home node'),
445
[],
446
[]
447
- );
+ )
448
+ ;
449
450
/*
451
* 6.7.21. ChildNode
0 commit comments