Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
phpunit-args: "--no-configuration --bootstrap phpunit/bootstrap.php phpunit/tests/"
- name: Plugin Directory
working-directory: environments
wp-env-args: "--config plugin-directory/.wp-env.json"
container: cli
wp-env-args: "--config plugin-directory/.wp-env.test.json"
container: tests-cli
plugin-name: plugin-directory
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
vendor/
.phpunit.result.cache
.svn/
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"wp-coding-standards/wpcs": "^3.3.0",
"phpcompatibility/phpcompatibility-wp": "*",
"sirbrillig/phpcs-changed": "^2.12.0"
"sirbrillig/phpcs-changed": "^2.12.0",
"phpunit/phpunit": "^11.0",
"yoast/phpunit-polyfills": "^4.0"
},
"scripts": {
"lint": "phpcs",
Expand Down
Loading
Loading