Skip to content

Commit 08e445a

Browse files
committed
Add PHPUnit Polyfills
1 parent 2c18159 commit 08e445a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"require-dev": {
33
"phpunit/phpunit": "^9",
44
"mikey179/vfsstream": "^1",
5-
"10up/wp_mock": "@dev"
6-
5+
"10up/wp_mock": "@dev",
6+
"yoast/phpunit-polyfills": "@dev"
77
},
88
"autoload": {
99
"psr-4": { "ShortPixel\\" : "class" , "ShortPixel\\Tests\\" : "tests"}

0 commit comments

Comments
 (0)