From eb588cc0c3cfe51cbe7ac59ff6bd48e724d972f6 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 15 Apr 2018 21:27:41 -0400 Subject: [PATCH] Get phpunit/dbunit from composer for travis tests --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a943d40..69373505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,7 @@ php: - 5.3 script: phpunit --coverage-clover=coverage.clover before_script: -# pear.phpunit.de offline, and travis have phpunit -# - pear channel-discover pear.phpunit.de -# - pear install phpunit/DbUnit + - composer global require phpunit/dbunit - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit after_script: