File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ composer.lock
99phpunit.xml
1010phpcs.xml
1111.phpcs.xml
12+ build /logs
Original file line number Diff line number Diff line change 1818 "wp-cli/wp-cli" : " ^2.12"
1919 },
2020 "require-dev" : {
21- "wp-cli/wp-cli-tests" : " ^4"
21+ "wp-cli/wp-cli-tests" : " ^4.3.9 "
2222 },
2323 "config" : {
24- "platform" : {
25- "php" : " 5.6"
26- },
2724 "process-timeout" : 7200 ,
2825 "sort-packages" : true ,
2926 "allow-plugins" : {
3330 "lock" : false
3431 },
3532 "scripts" : {
33+ "behat" : " run-behat-tests" ,
34+ "behat-rerun" : " rerun-behat-tests" ,
3635 "lint" : " run-linter-tests" ,
3736 "phpcs" : " run-phpcs-tests" ,
3837 "phpcbf" : " run-phpcbf-cleanup" ,
3938 "phpunit" : " run-php-unit-tests" ,
40- "behat" : " run-behat-tests" ,
4139 "prepare-tests" : " install-package-tests" ,
4240 "test" : [
4341 " @lint" ,
You can’t perform that action at this time.
0 commit comments