File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,12 @@ public function testExistingCorrespondingNodeRemoveExisting()
203203 }
204204
205205 /**
206- * Check that we don't inadvertently create same name siblings (SNS) with removeExisting = true.
207- * This can happen when cloning from one workspace to another, when a node already exists at the
208- * destination but is not a corresponding node (the nodes have different UUIDs)
206+ * Check that we don't inadvertently create same name siblings (SNS) with
207+ * removeExisting = true.
208+ *
209+ * This can happen when cloning from one workspace to another, when a node
210+ * already exists at the destination but is not a corresponding node (the
211+ * nodes have different UUIDs).
209212 *
210213 * @expectedException \PHPCR\ItemExistsException
211214 */
@@ -220,9 +223,12 @@ public function testExistingNonCorrespondingNodeRemoveExisting()
220223 }
221224
222225 /**
223- * Check that we don't inadvertently create same name siblings (SNS) with removeExisting = false.
224- * This can happen when cloning from one workspace to another, when a node already exists at the
225- * destination but is not a corresponding node (the nodes have different UUIDs)
226+ * Check that we don't inadvertently create same name siblings (SNS) with
227+ * removeExisting = false.
228+ *
229+ * This can happen when cloning from one workspace to another, when a node
230+ * already exists at the destination but is not a corresponding node (the
231+ * nodes have different UUIDs).
226232 *
227233 * @expectedException \PHPCR\ItemExistsException
228234 */
You can’t perform that action at this time.
0 commit comments