Skip to content

Instantly share code, notes, and snippets.

@bramstroker
Created March 1, 2016 10:16
Show Gist options
  • Save bramstroker/8f6512ab334f5962e49f to your computer and use it in GitHub Desktop.
Save bramstroker/8f6512ab334f5962e49f to your computer and use it in GitHub Desktop.
Mockery
Mockery::on(function($a, $b) {
$this->assertEquals('foo', $a);
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment