Skip to content

Commit 778827b

Browse files
author
DDEV User
committed
trying to migrate configuration on the fly
1 parent 25b5e65 commit 778827b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"scripts": {
3939
"lint": "XDEBUG_MODE=off parallel-lint src spec tests",
40-
"phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
40+
"phpunit-configuration": "hpunit --migrate-configuration",
41+
"phpunit": "XDEBUG_MODE=coverage phpunit",
4142
"phpspec": "XDEBUG_MODE=off phpspec run -f pretty --no-interaction",
4243
"phpcs": "XDEBUG_MODE=off phpcs --standard=./phpcs-ruleset.xml .",
4344
"rector": [
@@ -48,6 +49,7 @@
4849
"test": [
4950
"XDEBUG_MODE=off composer validate --no-interaction",
5051
"@lint",
52+
"@phpunit-configuration",
5153
"@phpunit",
5254
"@phpspec",
5355
"@phpcs",

0 commit comments

Comments
 (0)