From e82e7fb5f79e2fc3557313722a53290683383905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 16 Jan 2019 03:59:46 -0200 Subject: [PATCH] Revert "Filter Xdebug for PHPUnit" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 473dc91c146ded4052f55402f49eeddaf01dd50a. PHP nightly does not have Xdebug Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 428346a164..c6b67569f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ install: - yarn install --non-interactive before_script: - - vendor/bin/phpunit --dump-xdebug-filter build/xdebug-filter.php - export TESTSUITE_PASSWORD=`openssl rand -base64 30` - export TESTSUITE_BROWSERSTACK_KEY=`echo cHlDcHJTNmZwZjVlaUR2RmV6VkU= | base64 --decode` - mysql -uroot -e "CREATE DATABASE IF NOT EXISTS test" @@ -22,7 +21,7 @@ before_script: script: - ./scripts/generate-mo --quiet - - vendor/bin/phpunit --prepend build/xdebug-filter.php --exclude-group selenium + - ./vendor/bin/phpunit --configuration phpunit.xml.dist --exclude-group selenium after_script: - if [ -f vendor/bin/codacycoverage ] ; then php vendor/bin/codacycoverage clover || true ; fi @@ -146,7 +145,6 @@ jobs: - TESTSUITE_USER=root - TESTSUITE_URL=http://127.0.0.1:8000 install: - - phpenv config-rm xdebug.ini - ./test/install-browserstack - composer install --no-interaction - yarn install --non-interactive