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 16d2648 commit ff2e765Copy full SHA for ff2e765
tests/Versioning/VersionHistoryTest.php
@@ -348,7 +348,6 @@ public function testAddLabel()
348
$node = $history->getNode('jcr:versionLabels');
349
try {
350
$property = $node->getProperty('stable');
351
-
352
} catch (PathNotFoundException $e) {
353
$this->fail('the path "stable" should be found');
354
}
@@ -375,7 +374,6 @@ public function testHasVersionLabel()
375
374
376
$this->assertFalse($history->hasVersionLabel('anotherlabelname', $version));
377
$this->assertFalse($history->hasVersionLabel('unsetlabel', $version));
378
379
380
381
/**
0 commit comments