Skip to content

Commit

Permalink
Merge pull request #10 from stof/patch-2
Browse files Browse the repository at this point in the history
Add support for PHPUnit createMock
  • Loading branch information
Haehnchen authored Nov 13, 2016
2 parents e56bf9d + 789f659 commit cb7017f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit/.ide-toolbox.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"PHPUnit_Framework_Assert::containsOnlyInstancesOf",
"PHPUnit_Framework_Constraint_TraversableContainsOnly::__construct",

"PHPUnit_Framework_TestCase::createMock",
"PHPUnit_Framework_TestCase::getMock",
"PHPUnit_Framework_TestCase::getMockBuilder",
"PHPUnit_Framework_TestCase::getMockForAbstractClass",
Expand All @@ -30,6 +31,11 @@
"PHPUnit_Framework_TestCase::prophesize"
],
"signatures": [
{
"class": "PHPUnit_Framework_TestCase",
"method": "createMock",
"type": "type"
},
{
"class": "PHPUnit_Framework_TestCase",
"method": "getMock",
Expand Down

0 comments on commit cb7017f

Please sign in to comment.