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
9
9
phpunit.xml
10
10
phpcs.xml
11
11
.phpcs.xml
12
+ build /logs
Original file line number Diff line number Diff line change 18
18
"wp-cli/wp-cli" : " ^2.12"
19
19
},
20
20
"require-dev" : {
21
- "wp-cli/wp-cli-tests" : " ^4"
21
+ "wp-cli/wp-cli-tests" : " ^4.3.9 "
22
22
},
23
23
"config" : {
24
- "platform" : {
25
- "php" : " 5.6"
26
- },
27
24
"process-timeout" : 7200 ,
28
25
"sort-packages" : true ,
29
26
"allow-plugins" : {
33
30
"lock" : false
34
31
},
35
32
"scripts" : {
33
+ "behat" : " run-behat-tests" ,
34
+ "behat-rerun" : " rerun-behat-tests" ,
36
35
"lint" : " run-linter-tests" ,
37
36
"phpcs" : " run-phpcs-tests" ,
38
37
"phpcbf" : " run-phpcbf-cleanup" ,
39
38
"phpunit" : " run-php-unit-tests" ,
40
- "behat" : " run-behat-tests" ,
41
39
"prepare-tests" : " install-package-tests" ,
42
40
"test" : [
43
41
" @lint" ,
You can’t perform that action at this time.
0 commit comments