-
Bug
-
Resolution: Fixed
-
Critical
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
While testing / trying MDL-38817 this was discovered.
It's the first time I was going to install behat in my dev environment following the instructions @ http://docs.moodle.org/dev/Acceptance_testing#Installation , so I executed:
php admin/tool/behat/cli/init.php
|
At the curl operation ended with a 404 error and the installation process of composer ended with error.
Looking at the Docs, it seems that the URL we are fetching is incorrect, it should be:
http://getcomposer.org/installer
|
instead of:
curl http://getcomposer.org/install
|
So this is, simply, about to change that and verify that the behat install, does the composer installation properly.
Ciao
- Testing discovered
-
MDL-38817 Automate MDLQA-50 - In a survey activity a teacher can set three types of survey
-
- Closed
-