bugfix(tests): unit
parent
f81823b4
No related branches found
No related tags found
Showing
- composer.json 3 additions, 3 deletionscomposer.json
- tests/unit/Test_Plugin_Bootstrap.php 6 additions, 2 deletionstests/unit/Test_Plugin_Bootstrap.php
- tests/unit/Test_Plugin_Initialization_Strategy_Simple.php 2 additions, 2 deletionstests/unit/Test_Plugin_Initialization_Strategy_Simple.php
- tests/unit/Test_Plugin_Initialization_Strategy_Simple_Factory.php 2 additions, 2 deletions...it/Test_Plugin_Initialization_Strategy_Simple_Factory.php
- tests/unit/Test_Plugin_Initialization_Strategy_Simple_Free.php 6 additions, 2 deletions.../unit/Test_Plugin_Initialization_Strategy_Simple_Free.php
... | ... | @@ -12,17 +12,17 @@ |
], | ||
"config": { | ||
"platform": { | ||
"php": "7.0" | ||
"php": "7.4" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.0", | ||
"php": ">=7.4", | ||
"wpdesk/wp-basic-requirements": "^3.2.3", | ||
"wpdesk/wp-builder": "^2.0.0", | ||
"wpdesk/wp-wpdesk-tracker": "^3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"phpunit/phpunit": "^7||^8||^9", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
... | ... |
Please register or sign in to comment