Skip to content

Releases: mnapoli/phpunit-easymock

0.1.3

08 Mar 00:58
Compare
Choose a tag to compare

Wrong tag :)

0.1.2

08 Mar 00:22
Compare
Choose a tag to compare

It is possible to call the mock() method again on an existing mock:

$mock = EasyMock::mock('My\Class');

$mock = EasyMock::mock($mock, [
    'sayHello' => 'Hello',
]);

0.1.1

16 Jan 04:27
Compare
Choose a tag to compare

Support for throwing exceptions in mocked methods.

0.1.0

16 Jan 04:04
Compare
Choose a tag to compare

First release.