Skip to content

Commit efe4a1c

Browse files
committed
Stopped PHPUnit auto update before tests.
1 parent 50c0403 commit efe4a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "npm-run-all test:php test:phpcs",
1313
"tests-composer-update": "WP_ENV_PHP_VERSION='8.1' npm run wp-env -- run --env-cwd='wp-content/plugins/rollbar' tests-cli composer update",
1414
"tests-composer-install": "WP_ENV_PHP_VERSION='8.1' npm run wp-env -- run --env-cwd='wp-content/plugins/rollbar' tests-cli composer install --no-interaction",
15-
"pretest:php": "npm-run-all tests-composer-update tests-composer-install",
15+
"pretest:php": "npm-run-all tests-composer-install",
1616
"test:php": "npm run wp-env -- run tests-wordpress /var/www/html/wp-content/plugins/rollbar/vendor/bin/phpunit -c /var/www/html/wp-content/plugins/rollbar/phpunit.xml",
1717
"test:phpcs": "npm run wp-env -- run tests-wordpress /var/www/html/wp-content/plugins/rollbar/vendor/bin/phpcs --standard=/var/www/html/wp-content/plugins/rollbar/phpcs.xml -p",
1818
"start": "npm run wp-env start",

0 commit comments

Comments
 (0)