Completed
Push — ezp28048_trash_move_when_cant_... ( c86600...7efb28 )
by
unknown
13:53
created
eZ/Publish/Core/Repository/Tests/Service/Mock/RelationProcessorTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -525,6 +525,11 @@
 block discarded – undo
525 525
         $relationProcessor->processFieldRelations([], 24, 2, $contentTypeMock, $existingRelations);
526 526
     }
527 527
 
528
+    /**
529
+     * @param integer $id
530
+     * @param null|integer $fieldDefinitionId
531
+     * @param integer $contentId
532
+     */
528 533
     protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId)
529 534
     {
530 535
         return new \eZ\Publish\Core\Repository\Values\Content\Relation(
Please login to merge, or discard this patch.