Skip to content

Commit

Permalink
Merge pull request #199 from phpcr/cnd-parser-fixed
Browse files Browse the repository at this point in the history
the cnd parser has been fixed
  • Loading branch information
dbu authored Feb 20, 2023
2 parents 42fbd00 + d297e75 commit 7901d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
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

0 comments on commit 7901d0f

Please sign in to comment.