test
This commit is contained in:
parent
08ad7acb83
commit
9935d350dc
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get clean
|
- apt-get clean
|
||||||
- apt-get -yqq update
|
- apt-get -yqq update
|
||||||
- apt-get -yqqf install zip unzip subversion
|
- apt-get -yqqf install zip unzip subversion php-mysql php-bz2 php-mcrypt
|
||||||
- docker-php-ext-enable mbstring mysqli intl gd zip
|
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
|
||||||
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
|
||||||
- composer require --dev yoast/phpunit-polyfills:"^3.0"
|
- composer require --dev yoast/phpunit-polyfills:"^3.0"
|
||||||
- composer install
|
- composer install
|
||||||
|
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
||||||
- phpunit --configuration phpunit.xml.dist
|
- phpunit --configuration phpunit.xml.dist
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue