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:
|
||||
- apt-get clean
|
||||
- apt-get -yqq update
|
||||
- apt-get -yqqf install zip unzip subversion
|
||||
- docker-php-ext-enable mbstring mysqli intl gd zip
|
||||
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
||||
- apt-get -yqqf install zip unzip subversion php-mysql php-bz2 php-mcrypt
|
||||
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
|
||||
- composer require --dev yoast/phpunit-polyfills:"^3.0"
|
||||
- composer install
|
||||
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
||||
- phpunit --configuration phpunit.xml.dist
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue