Skip to content

Commit

Permalink
Merge pull request #120 from VincentLanglet/patch-2
Browse files Browse the repository at this point in the history
Add getMockForAbstractClass stub
  • Loading branch information
orklah committed Jun 14, 2022
2 parents 89841a6 + 86a1ecf commit 4595154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/MockBuilder.phpstub
Expand Up @@ -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.
*
Expand Down

0 comments on commit 4595154

Please sign in to comment.