mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 14:06:14 +02:00
require php-mock/php-mock-phpunit for mocking php builtin functions
This commit is contained in:
parent
2d248ec8ca
commit
f575f6c94c
2 changed files with 212 additions and 4 deletions
|
@ -148,10 +148,11 @@
|
|||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.3",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.3.1",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"phpunit/phpunit": "^9",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.3.1"
|
||||
"mockery/mockery": "^1.3",
|
||||
"php-mock/php-mock-phpunit": "^2.10",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue