-
Sub-task
-
Resolution: Fixed
-
Critical
-
2.4
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
-
w47_
MDL-36701_m24_composer -
should be a lot better than PEAR...
Sample installation of PHPUnit into moodle project:
$ cd yourmoodledir
|
$ curl -s https://getcomposer.org/installer | php
|
$ php composer.phar install
|
Execution of PHPUnit:
$ cd yourmoodledir
|
$ vendor/bin/phpunit
|
Upgrade to next PHPUnit version:
$ cd yourmoodledir
|
$ php composer.phar update
|