Get phpunit/dbunit from composer for travis tests
This commit is contained in:
parent
367b653d07
commit
eb588cc0c3
|
@ -9,9 +9,7 @@ php:
|
||||||
- 5.3
|
- 5.3
|
||||||
script: phpunit --coverage-clover=coverage.clover
|
script: phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
# pear.phpunit.de offline, and travis have phpunit
|
- composer global require phpunit/dbunit
|
||||||
# - pear channel-discover pear.phpunit.de
|
|
||||||
# - pear install phpunit/DbUnit
|
|
||||||
- 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