Skip to content

Commit

Permalink
Use the phpunit from the plugins composer install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Jan 18, 2024
1 parent b9c89bf commit 4017f4e
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 @@ -10,7 +10,7 @@
"composer": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress composer",
"composer:setup": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress composer install",
"test:phpunit:setup": "npm-run-all start composer:setup",
"test:phpunit": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress phpunit -c phpunit.xml.dist"
"test:phpunit": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4017f4e

Please sign in to comment.