Closed nthachus closed 6 years ago
Thank you for your contribution. I appreciate the time you invested in preparing this pull request. However, I have decided not to merge it.
Version 2 of this component is no longer supported. The oldest version of this component that is supported is version 5 (used by PHPUnit 6.5).
Pull requests for new functionality need to be made against master
, pull requests for bug fixes against 5.0
.
Generator
class to allow mock with an array of types such as ['interface1', 'interface2'], ['class', 'interface1', 'interface2']proxyTarget
to mock alternate methods correctlyGenerator
,MockBuilder
mockClassName
within a namespace, e.g.$this->getMock(['NS\Foo', 'ArrayAccess'], ['foo'], [], 'Bar\Foo\MockFoo');