Skip to content

0.1.2

Compare
Choose a tag to compare
@mnapoli mnapoli released this 08 Mar 00:22
· 36 commits to master since this release

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

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

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