Skip to content

Commit

Permalink
Add getMockForAbstractClass stub
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 12, 2022
1 parent 89841a6 commit 86a1ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/MockBuilder.phpstub
Original file line number Diff line number Diff line change
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 86a1ecf

Please sign in to comment.