Created
March 1, 2016 10:16
-
-
Save bramstroker/8f6512ab334f5962e49f to your computer and use it in GitHub Desktop.
Mockery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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