mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-36701 support for PHPUnit installation via Composer packaging system
See http://getcomposer.org/doc/00-intro.md
This commit is contained in:
parent
99584654ce
commit
1dd64dae7b
5 changed files with 41 additions and 23 deletions
6
composer.json
Normal file
6
composer.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"require": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"phpunit/dbUnit": "1.2.*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue