test
This commit is contained in:
parent
6422fe8a63
commit
d4b3a380d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills
|
WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills
|
||||||
commands:
|
commands:
|
||||||
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
|
- docker-php-ext-enable mysqli pdo_mysql intl gd zip
|
||||||
- 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
|
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
||||||
|
|
Loading…
Reference in a new issue