Skip to content

Commit

Permalink
Correct the wp-env command for phpunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 21, 2024
1 parent 4a4d392 commit d7f04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format:php": "composer format",
"format:js": "npm run lint:js -- --fix",
"format:css": "npm run lint:css -- --fix",
"test": "npm run tests-cli --env-cwd=wp-content/plugins/two-factor vendor/bin/phpunit --",
"test": "wp-env run tests-cli --env-cwd=wp-content/plugins/two-factor vendor/bin/phpunit --",
"test:watch": "npm run composer test:watch",
"composer": "wp-env run tests-cli --env-cwd=wp-content/plugins/two-factor composer --",
"preinstall": "composer install"
Expand Down

0 comments on commit d7f04b5

Please sign in to comment.