Skip to content

Commit

Permalink
#3120 added .phpstorm.meta.php entry for TestCase#createStub()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and sebastianbergmann committed Sep 6, 2019
1 parent 7d5db72 commit 1f5e133
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .phpstorm.meta.php
Expand Up @@ -8,6 +8,13 @@
])
);

override(
\PHPUnit\Framework\TestCase::createStub(0),
map([
'@&\PHPUnit\Framework\MockObject\Stub',
])
);

override(
\PHPUnit\Framework\TestCase::createConfiguredMock(0),
map([
Expand Down

0 comments on commit 1f5e133

Please sign in to comment.