Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tests/PhpcrUtils/CndParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@ public function testErrorNoFile()
*/
public function testScannerErrorComment()
{
/**
* Remove this PHP7 only condition after PHPCR-Utils #168
* (https://github.com/phpcr/phpcr-utils/issues/168) is closed
*/
if (PHP_MAJOR_VERSION >= 7) {
$this->markTestSkipped();
}

$this->expectException(ScannerException::class);

$cnd = <<<EOT
Expand Down
3 changes: 2 additions & 1 deletion tests/Query/QOM/QomTestQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
$factory->sameNode('file', '/home node'),
[],
[]
);
)
;

/*
* 6.7.21. ChildNode
Expand Down