Skip to content

Commit ff2e765

Browse files
committed
StyleCI
1 parent 16d2648 commit ff2e765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Versioning/VersionHistoryTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ public function testAddLabel()
348348
$node = $history->getNode('jcr:versionLabels');
349349
try {
350350
$property = $node->getProperty('stable');
351-
352351
} catch (PathNotFoundException $e) {
353352
$this->fail('the path "stable" should be found');
354353
}
@@ -375,7 +374,6 @@ public function testHasVersionLabel()
375374

376375
$this->assertFalse($history->hasVersionLabel('anotherlabelname', $version));
377376
$this->assertFalse($history->hasVersionLabel('unsetlabel', $version));
378-
379377
}
380378

381379
/**

0 commit comments

Comments
 (0)