Skip to content

Commit 562814f

Browse files
author
Willem-Jan Zijderveld
committed
Removed double escaping (doesn't change anything to the testresult)
1 parent 4b01ef8 commit 562814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/06_Query/CharacterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testPropertyWithBackslash()
3333

3434
$rows = $result->getRows();
3535
$this->assertCount(1, $rows);
36-
$this->assertEquals('PHPCR\\Query\\QueryInterface', $rows->current()->getValue('class'));
36+
$this->assertEquals('PHPCR\Query\QueryInterface', $rows->current()->getValue('class'));
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)