File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ before_script:
1414 # # Install ESLint
1515 - npm install -g eslint
1616script :
17- - vendor/atoum/atoum/bin/atoum -d tests/units/
17+ - vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
1818 - php tests/functional/api.php
1919 - php tests/functional/pages.php
2020 - vendor/bin/php-cs-fixer --diff --dry-run -v fix
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ case "$1" in
5757 SERVER=" 0.0.0.0:8082"
5858 ;;
5959 -tests)
60- php ./vendor/atoum/atoum/bin/atoum -d tests/units/
60+ php ./vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
6161 php ./tests/functional/api.php
6262 php ./tests/functional/pages.php
6363 vendor/bin/php-cs-fixer --diff --dry-run -v fix
You can’t perform that action at this time.
0 commit comments