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:
parent
5f9cc21fd6
commit
2cbb36ec09
|
@ -11,7 +11,7 @@ script:
|
||||||
- ../vendor/bin/phpcs ../
|
- ../vendor/bin/phpcs ../
|
||||||
- ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
- ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
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;'
|
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
||||||
- cd phpunit
|
- cd phpunit
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in New Issue