From 21b644dd9a868dee6025d0a1ab4dfa5fd9646e7c Mon Sep 17 00:00:00 2001 From: Ivan Nikitin Date: Sun, 14 Feb 2021 18:54:25 -0500 Subject: [PATCH] ~ xdebug mode --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc4547b..43b18fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: - composer validate --no-check-all --strict - mkdir -p build/logs - vendor/bin/phpunit --testsuite=integration - - vendor/bin/phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml + - XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml - bash .githooks/pre-commit - php tests/systemTests.php