File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace phpmock \phpunit ;
4
4
5
- use phpmock \MockFunctionHelper ;
5
+ use phpmock \generator \ MockFunctionGenerator ;
6
6
7
7
/**
8
8
* Removes default arguments from the invocation.
@@ -27,7 +27,7 @@ public function invoked(\PHPUnit_Framework_MockObject_Invocation $invocation)
27
27
*/
28
28
public function matches (\PHPUnit_Framework_MockObject_Invocation $ invocation )
29
29
{
30
- MockFunctionHelper ::removeDefaultArguments ($ invocation ->parameters );
30
+ MockFunctionGenerator ::removeDefaultArguments ($ invocation ->parameters );
31
31
return false ;
32
32
}
33
33
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " >=5.4" ,
21
21
"phpunit/phpunit" : " ^4.0.0" ,
22
- "php-mock/php-mock-integration" : " ^0.3 "
22
+ "php-mock/php-mock-integration" : " ^0.4 "
23
23
},
24
+ "minimum-stability" : " dev" ,
24
25
"require-dev" : {
25
26
"mockery/mockery" : " ^0.9"
26
27
},
You can’t perform that action at this time.
0 commit comments