From 2cbb36ec094552becd19957b2f7f9a900339badb Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 28 Jul 2018 14:00:35 -0400 Subject: [PATCH] Use version 3.0.1 of phpunit/dbunit for CI tests Tests against empty tables with the YAML Dataset fail in 3.0.2 and later, see https://github.com/sebastianbergmann/dbunit/issues/207. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a27c65d..4cfa30b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: - ../vendor/bin/phpcs ../ - ../vendor/bin/phpunit --coverage-clover=coverage.clover before_script: - - composer require phpunit/dbunit squizlabs/php_codesniffer + - composer require phpunit/dbunit=3.0.1 squizlabs/php_codesniffer - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit after_script: