Skip to content

Commit

Permalink
add wpunit-helpers
Browse files Browse the repository at this point in the history
(back, maybe?)
  • Loading branch information
jazzsequence committed Dec 6, 2024
1 parent d8fd313 commit 5ebc46c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"pantheon-systems/pantheon-wp-coding-standards": "^2.0",
"phpunit/phpunit": "^9",
"yoast/phpunit-polyfills": "^2.0",
"symfony/yaml": "^5.4 || ^6"
"symfony/yaml": "^5.4 || ^6",
"pantheon-systems/wpunit-helpers": "^2.0"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -42,7 +43,8 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"pantheon-systems/wpunit-helpers": true
}
}
}
48 changes: 47 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ebc46c

Please sign in to comment.