MDL-50926 phpunit: Upgrade to phpunit 4.x

This commit is contained in:
Tony Levi 2015-07-27 00:30:00 +09:30 committed by Eloy Lafuente (stronk7)
parent f5d23fc162
commit b80b35d0fc
9 changed files with 734 additions and 105 deletions

View file

@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*",
"phpunit/phpunit": "4.7.*",
"phpunit/dbUnit": "1.4.*",
"moodlehq/behat-extension": "1.30.0"
}
}