-
- Downloads
feature(ajax): added nonce
Showing
- codeception.dist.yml 31 additions, 0 deletionscodeception.dist.yml
- composer.json 9 additions, 4 deletionscomposer.json
- tests/codeception/codeception.yml 11 additions, 0 deletionstests/codeception/codeception.yml
- tests/codeception/tests/_data/.gitkeep 0 additions, 0 deletionstests/codeception/tests/_data/.gitkeep
- tests/codeception/tests/_output/.gitignore 2 additions, 0 deletionstests/codeception/tests/_output/.gitignore
- tests/codeception/tests/functional/.gitkeep 0 additions, 0 deletionstests/codeception/tests/functional/.gitkeep
- tests/codeception/tests/integration.suite.yml 30 additions, 0 deletionstests/codeception/tests/integration.suite.yml
- tests/codeception/tests/unit/.gitkeep 0 additions, 0 deletionstests/codeception/tests/unit/.gitkeep
- tests/codeception/wpdesk.yml 0 additions, 0 deletionstests/codeception/wpdesk.yml
codeception.dist.yml
0 → 100644
... | ... | @@ -13,20 +13,25 @@ |
], | ||
"config": { | ||
"platform": { | ||
"php": "7.0" | ||
"php": "7.0.8" | ||
}, | ||
"allow-plugins": { | ||
"kylekatarnls/update-helper": true, | ||
"wpdesk/wp-codeception": true | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.0", | ||
"php": ">=7.0.8", | ||
"wpdesk/wp-builder": "^1.0|^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"phpunit/phpunit": "*", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | ||
"wimg/php-compatibility": "^8", | ||
"wpdesk/wp-codeception": "^2.7" | ||
}, | ||
"autoload": { | ||
"psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"}, | ||
... | ... |
tests/codeception/codeception.yml
0 → 100644
tests/codeception/tests/_data/.gitkeep
0 → 100644
tests/codeception/tests/_output/.gitignore
0 → 100644
tests/codeception/tests/functional/.gitkeep
0 → 100644
tests/codeception/tests/unit/.gitkeep
0 → 100644
tests/codeception/wpdesk.yml
0 → 100644
Please register or sign in to comment