test
This commit is contained in:
parent
d4b3a380d9
commit
02d7631685
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ steps:
|
|||
environment:
|
||||
WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills
|
||||
commands:
|
||||
- docker-php-ext-enable mysqli pdo_mysql intl gd zip
|
||||
- docker-php-ext-install mbstring mysqli pdo_mysql intl gd zip bz2
|
||||
- docker-php-ext-enable mbstring 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
|
||||
|
|
Loading…
Reference in a new issue