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 4b01ef8 commit 562814fCopy full SHA for 562814f
tests/06_Query/CharacterTest.php
@@ -33,7 +33,7 @@ public function testPropertyWithBackslash()
33
34
$rows = $result->getRows();
35
$this->assertCount(1, $rows);
36
- $this->assertEquals('PHPCR\\Query\\QueryInterface', $rows->current()->getValue('class'));
+ $this->assertEquals('PHPCR\Query\QueryInterface', $rows->current()->getValue('class'));
37
}
38
39
/**
0 commit comments