mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 03:05:44 +03:00
Tests: Add PHPUnit-Polyfills
to fix broken tests in GH workflow.
e.g., https://github.com/WordPress/five-for-the-future/runs/5605920046?check_suite_focus=true
This commit is contained in:
parent
428cde283c
commit
cbc0afb39b
2 changed files with 64 additions and 2 deletions
|
@ -20,7 +20,8 @@
|
|||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||
"wp-coding-standards/wpcs": "2.3.*",
|
||||
"phpunit/phpunit": "^7",
|
||||
"spatie/phpunit-watcher": "^1.23"
|
||||
"spatie/phpunit-watcher": "^1.23",
|
||||
"yoast/phpunit-polyfills": "^1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue