bugfix(tests): unit
parent
f81823b4
No related branches found
No related tags found
Pipeline
#439621
passed with warnings
with stages
in
43 seconds
Stage: prepare-vendor
Stage: tests
Stage: deploy
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 @@ | ... | @@ -12,17 +12,17 @@ |
], | ], | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.0" | "php": "7.4" | ||
} | } | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=7.0", | "php": ">=7.4", | ||
"wpdesk/wp-basic-requirements": "^3.2.3", | "wpdesk/wp-basic-requirements": "^3.2.3", | ||
"wpdesk/wp-builder": "^2.0.0", | "wpdesk/wp-builder": "^2.0.0", | ||
"wpdesk/wp-wpdesk-tracker": "^3" | "wpdesk/wp-wpdesk-tracker": "^3" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "<7", | "phpunit/phpunit": "^7||^8||^9", | ||
"wp-coding-standards/wpcs": "^0.14.1", | "wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | "squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | "mockery/mockery": "*", | ||
... | ... |
Please register or sign in to comment