Skip to content

Instantly share code, notes, and snippets.

@basz
Created January 29, 2016 12:37
Show Gist options
  • Select an option

  • Save basz/dd45cc5c20280fa33a35 to your computer and use it in GitHub Desktop.

Select an option

Save basz/dd45cc5c20280fa33a35 to your computer and use it in GitHub Desktop.
$mock->expects($this->any())
->method('doSomething')
->with($valueCreatedInsideTestedObject)
->willReturn($valueCreatedInsideTestedObject);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment