mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Require mockery for unit tests
This commit is contained in:
parent
d5ae471d94
commit
d80b2935fc
@ -8,7 +8,8 @@
|
|||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "*"
|
"phpunit/phpunit": "*",
|
||||||
|
"mockery/mockery": ">=0.7.2"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user