Skip to content

Commit 9395323

Browse files
committed
Added yoast/phpunit-polyfills for WordPress unit testing updates
1 parent 99bdc4e commit 9395323

File tree

2 files changed

+65
-3
lines changed

2 files changed

+65
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"require-dev": {
1515
"wp-coding-standards/wpcs": "^1",
16-
"phpunit/phpunit": "^6"
16+
"phpunit/phpunit": "^6",
17+
"yoast/phpunit-polyfills": "^1.0"
1718
},
1819
"scripts": {
1920
"phpcs": "phpcs --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",

composer.lock

Lines changed: 63 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)