Merge pull request #120 from VincentLanglet/patch-2

Add getMockForAbstractClass stub
This commit is contained in:
orklah 2022-06-14 19:05:57 +02:00 committed by GitHub
commit 45951541be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*