/***************** * XAMPP User * you are required to enable php_openssl.dll in your php settings: * 1) check if you have php_openssl.dll in \\php\ext\ * 2) in php.ini, add the following line under Windows Extensions section * extension=php_openssl.dll ***************************/ -) To setup the first time the project for development: copy and rename /test/behat/behat_config.yml.dist and change 'base_url' to your needs, then: # --ignore-platform-reqs use this when you don't have php >= 5.5 (tests will not run) cd html && php ../composer.phar install [--ignore-platform-reqs] -) To update the project libraries during development (after an update): bin/phing project:setup -) To execute behat test suites: bin/behat --config test/behat/behat.yml -) To execute phpunit test suites: bin/phpunit --stderr --verbose -c test/phpunit/phpunit.xml -) To build the dist package run: bin/phing project:build