mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +01:00
Add getMockForAbstractClass stub
This commit is contained in:
parent
89841a6fb1
commit
86a1ecf514
@ -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