Skip to content

Commit 977913d

Browse files
committed
Update codecpetion to v4
1 parent 12f5dee commit 977913d

File tree

3 files changed

+458
-226
lines changed

3 files changed

+458
-226
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
},
4141
"require-dev": {
4242
"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",
4446
"itinerisltd/itineris-wp-coding-standards": "^0.3.5",
4547
"roave/security-advisories": "dev-master"
4648
},
@@ -64,15 +66,15 @@
6466
]
6567
},
6668
"scripts": {
67-
"style:check": "phpcs",
68-
"style:fix": "phpcbf",
6969
"pretag": [
7070
"composer update --no-suggest",
7171
"@test",
7272
"@style:check",
7373
"npx doctoc README.md",
7474
"github_changelog_generator --no-verbose"
7575
],
76+
"style:check": "phpcs",
77+
"style:fix": "phpcbf",
7678
"test": "codecept run --debug",
7779
"test:coverage": "codecept run --coverage --coverage-html --coverage-xml"
7880
},

0 commit comments

Comments
 (0)