Add debug info to codeception

This commit is contained in:
James Cole 2015-02-07 10:39:36 +01:00
parent 8de142cd9a
commit 4a4671c2ae
2 changed files with 2 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
- php vendor/bin/codecept run --coverage --coverage-xml --debug
after_script:
- cp -v tests/_output/coverage.xml build/logs/clover.xml

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "27043b82bc8681d1094337483ff561a7",
"hash": "ed044a8c8691c9faf57f8d13839118cd",
"packages": [
{
"name": "barryvdh/laravel-ide-helper",