Skip to content

Instantly share code, notes, and snippets.

@styks1987
Created December 2, 2016 13:53
Show Gist options
  • Save styks1987/daea012829d537e5af98760bec2e31ec to your computer and use it in GitHub Desktop.
Save styks1987/daea012829d537e5af98760bec2e31ec to your computer and use it in GitHub Desktop.
<?php
$mailer->expects($this->exactly(2))
->method('send')
->withConsecutive(
[$this->anything(), $this->matches($user)],
[$this->anything(), $this->matches($user);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment