File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Use [Composer](https://getcomposer.org/):
19
19
20
20
PHP-Mock integrates with the trait
21
21
[ ` PHPMock ` ] ( http://php-mock.github.io/php-mock-phpunit/api/class-phpmock.phpunit.PHPMock.html )
22
- into your PHPUnit-4 test case. This trait extends the framework
22
+ into your PHPUnit-4 or PHPUnit-5 test case. This trait extends the framework
23
23
by the method
24
24
[ ` getFunctionMock() ` ] ( http://php-mock.github.io/php-mock-phpunit/api/class-phpmock.phpunit.PHPMock.html#_getFunctionMock ) .
25
25
With this method you can build a mock in the way you are used to build a
Original file line number Diff line number Diff line change 18
18
},
19
19
"require" : {
20
20
"php" : " >=5.5" ,
21
- "phpunit/phpunit" : " ^4.0.0" ,
21
+ "phpunit/phpunit" : " ^4.0.0 || ^5.0.0 " ,
22
22
"php-mock/php-mock-integration" : " ^0.4"
23
23
},
24
24
"require-dev" : {
You can’t perform that action at this time.
0 commit comments