.carrasco.yml in carrasco-0.1.3 vs .carrasco.yml in carrasco-0.1.4
- old
+ new
@@ -8,9 +8,13 @@
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