Skip to content

Commit

Permalink
Add createConfiguredStub()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 1, 2023
1 parent c36c1bd commit 2e1b1bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
namespace PHPSTORM_META {

override(
\PHPUnit\Framework\TestCase::createMock(0),
\PHPUnit\Framework\TestCase::createStub(0),
map([""=>"$0"])
);

override(
\PHPUnit\Framework\TestCase::createStub(0),
\PHPUnit\Framework\TestCase::createConfiguredStub(0),
map([""=>"$0"])
);

override(
\PHPUnit\Framework\TestCase::createMock(0),
map([""=>"$0"])
);

Expand Down

0 comments on commit 2e1b1bd

Please sign in to comment.