mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +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() {}
|
||||
|
||||
/**
|
||||
* @return MockObject&T
|
||||
*/
|
||||
public function getMockForAbstractClass() {}
|
||||
|
||||
/**
|
||||
* Specifies the subset of methods to mock. Default is to mock none of them.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user