commands: test: help: test description: execute ruby tests command: rake test phpunit: help: phpunit description: execute php tests command: ./bin/vendor/phpunit --configuration=tests/phpunit.xml ls: description: List tmp file command: ls /tmp/foo/foo # to be implemented groups: qa: - test - phpunit