Skip to content

Commit

Permalink
No longer need the run-tests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Feb 23, 2024
1 parent 16b424d commit 4d6a81e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions bin/run-tests.sh

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev:debug": "wp-env start --xdebug",
"dev:stop": "wp-env stop",
"dev:db:schema": "wp-env run cli --env-cwd=wp-content/plugins/wporg-gp-translation-events sh -c 'wp db query < schema.sql'",
"dev:test": "bin/run-tests.sh"
"dev:test": "wp-env run tests-cli --env-cwd=wp-content/plugins/wporg-gp-translation-events ./vendor/bin/phpunit"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 4d6a81e

Please sign in to comment.