File tree 3 files changed +458
-226
lines changed
3 files changed +458
-226
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"require-dev" : {
42
42
"10up/wp_mock" : " ^0.4.2" ,
43
- "codeception/base" : " ^3.1" ,
43
+ "codeception/codeception" : " ^4.1" ,
44
+ "codeception/module-asserts" : " ^1.2" ,
45
+ "codeception/module-filesystem" : " ^1.0" ,
44
46
"itinerisltd/itineris-wp-coding-standards" : " ^0.3.5" ,
45
47
"roave/security-advisories" : " dev-master"
46
48
},
64
66
]
65
67
},
66
68
"scripts" : {
67
- "style:check" : " phpcs" ,
68
- "style:fix" : " phpcbf" ,
69
69
"pretag" : [
70
70
" composer update --no-suggest" ,
71
71
" @test" ,
72
72
" @style:check" ,
73
73
" npx doctoc README.md" ,
74
74
" github_changelog_generator --no-verbose"
75
75
],
76
+ "style:check" : " phpcs" ,
77
+ "style:fix" : " phpcbf" ,
76
78
"test" : " codecept run --debug" ,
77
79
"test:coverage" : " codecept run --coverage --coverage-html --coverage-xml"
78
80
},
You can’t perform that action at this time.
0 commit comments