mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-12-02 09:27:56 +01:00
Merge pull request #120 from VincentLanglet/patch-2
Add getMockForAbstractClass stub
This commit is contained in:
commit
45951541be
@ -24,6 +24,11 @@ class MockBuilder
|
|||||||
*/
|
*/
|
||||||
public function getMock() {}
|
public function getMock() {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return MockObject&T
|
||||||
|
*/
|
||||||
|
public function getMockForAbstractClass() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies the subset of methods to mock. Default is to mock none of them.
|
* Specifies the subset of methods to mock. Default is to mock none of them.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user