Install all testing deps by composer

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-04-22 13:53:23 +02:00
parent 0963473b34
commit 0ace239d8d
2 changed files with 3 additions and 4 deletions

View File

@ -34,9 +34,6 @@ before_script:
phpenv config-add test/travis.php.ini ;
pear channel-discover pear.phpunit.de ;
pear install phpunit/PHPUnit_Selenium ;
composer install --dev --no-interaction ;
fi ;

View File

@ -22,6 +22,8 @@
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": ">=0.6"
"satooshi/php-coveralls": ">=0.6",
"phpunit/phpunit": ">=3.7",
"phpunit/phpunit-selenium": ">=1.2"
}
}