Skip to content

Commit a6fe62c

Browse files
committed
improve doc on some tests
1 parent a8aed08 commit a6fe62c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

tests/10_Writing/CloneMethodsTest.php

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)