Add getMockForAbstractClass stub

This commit is contained in:
Vincent Langlet 2022-06-12 19:10:12 +02:00 committed by GitHub
parent 89841a6fb1
commit 86a1ecf514
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.
*