Example #1
0
 /**
  * @param \Iterator $destinationObjects
  */
 private function setUpDestinationToReturn(\Iterator $destinationObjects)
 {
     $this->destination->expects($this->any())->method('getObjectsOrderedById')->will($this->returnValue($destinationObjects));
 }