Moar packages!

This commit is contained in:
James Cole 2015-02-07 10:52:51 +01:00
parent 864c931ee9
commit b02046b884
2 changed files with 8 additions and 2 deletions

View File

@ -17,7 +17,7 @@ install:
script:
- ./tests/_data/db.sh
- php vendor/bin/codecept build
- php vendor/bin/codecept run --coverage --coverage-xml --debug
- php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv
after_script:
- cp -v tests/_output/coverage.xml build/logs/clover.xml

View File

@ -36,7 +36,13 @@
"phpspec/phpspec": "~2.1",
"codeception/codeception": "@stable",
"codeception/c3": "@stable",
"league/factory-muffin": "~2.1"
"league/factory-muffin": "~2.1",
"codeception/phpbuiltinserver": "*",
"codeception/specify": "*",
"codeception/verify": "*",
"fzaninotto/faker": "1.*",
"codeclimate/php-test-reporter": "dev-master"
},