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.
This commit is contained in:
Kienan Stewart 2018-07-28 14:00:35 -04:00
parent 5f9cc21fd6
commit 2cbb36ec09
1 changed files with 1 additions and 1 deletions

View File

@ -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: