Use dbunit<3.0.2 instead of exactly 3.0.1. PHP<7.0 cannot use dbunit 3.0.1

This commit is contained in:
Kienan Stewart 2018-07-28 15:01:20 -04:00
parent 51fac6a4d5
commit c7fda46fc1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ script:
- ../vendor/bin/phpcs --ignore=../vendor/ ../
- ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script:
- composer require phpunit/dbunit=3.0.1 squizlabs/php_codesniffer
- composer require 'phpunit/dbunit<3.0.2' squizlabs/php_codesniffer
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
- cd phpunit
after_script: