mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Moar packages!
This commit is contained in:
@@ -17,7 +17,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- ./tests/_data/db.sh
|
- ./tests/_data/db.sh
|
||||||
- php vendor/bin/codecept build
|
- 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:
|
after_script:
|
||||||
- cp -v tests/_output/coverage.xml build/logs/clover.xml
|
- cp -v tests/_output/coverage.xml build/logs/clover.xml
|
||||||
|
|||||||
@@ -36,7 +36,13 @@
|
|||||||
"phpspec/phpspec": "~2.1",
|
"phpspec/phpspec": "~2.1",
|
||||||
"codeception/codeception": "@stable",
|
"codeception/codeception": "@stable",
|
||||||
"codeception/c3": "@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"
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user