test
Some checks failed
/ test (push) Successful in 1s
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
André Menrath 2024-09-20 22:30:05 +02:00
parent 08ad7acb83
commit 9935d350dc

View file

@ -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