Skip to content

Instantly share code, notes, and snippets.

@jwage
Created February 15, 2011 15:11
Show Gist options
  • Save jwage/827626 to your computer and use it in GitHub Desktop.
Save jwage/827626 to your computer and use it in GitHub Desktop.
$uow->expects($this->once())
->method('getDocumentIdentifier')
->with($document1)
->will($this->returnValue(1));
$uow->expects($this->once())
->method('getDocumentIdentifier')
->with($document2)
->will($this->returnValue(2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment