test
This commit is contained in:
parent
4c11ccdada
commit
49835b68dd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
- docker-php-ext-enable mbstring mysqli pdo_mysql intl gd zip bz2
|
||||
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
- composer require --dev yoast/phpunit-polyfills:"^3.0"
|
||||
- composer require --dev phpunit/phpunit ^9
|
||||
- composer require --dev phpunit/phpunit ^11
|
||||
- composer install
|
||||
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
|
||||
- ./vendor/bin/phpunit --configuration phpunit.xml.dist
|
||||
|
|
Loading…
Reference in a new issue