From 52a37a5df898070687a423df76f8c39e7bf1e47b Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 7 Feb 2023 18:55:47 +0000 Subject: [PATCH] Cleanup change to package.json. [55289] made a change to test running that I was doing locally and is not needed for everyone or forever. Unprops Jorbin. git-svn-id: https://develop.svn.wordpress.org/trunk@55290 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35c0e049b4..df81c6d13e 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "env:cli": "node ./tools/local-env/scripts/docker.js run cli", "env:logs": "node ./tools/local-env/scripts/docker.js logs", "env:pull": "node ./tools/local-env/scripts/docker.js pull", - "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit --group formatting", + "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit", "test:e2e": "node ./tests/e2e/run-tests.js", "test:visual": "node ./tests/visual-regression/run-tests.js", "sync-gutenberg-packages": "grunt sync-gutenberg-packages",