by Matt Gibson.
I just tried and failed to get the Behat stuff working. Here's what I did:
- upgrade MAMP to latest version with PHP 5.4
- install PHPUNit using PEAR
- create a directory and clone the moodle-behat-features repo into it from moodlehq's github page
- cd into the directory
- run curl http://getcomposer.org/installer | php
- run php composer.phar install
I got this error:
[LogicException]
Can not find "moodlehq/behat-contexts-dev-master" package in registered repositories
Any ideas? I've just learned Ruby and I really don't want to develop any more code without having Behat support working. Cucumber tests in Ruby have spoiled me! (http://cukes.info/)