Skip to content

Commit

Permalink
trying to migrate configuration on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV User committed Jul 29, 2024
1 parent 25b5e65 commit 778827b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"scripts": {
"lint": "XDEBUG_MODE=off parallel-lint src spec tests",
"phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
"phpunit-configuration": "hpunit --migrate-configuration",
"phpunit": "XDEBUG_MODE=coverage phpunit",
"phpspec": "XDEBUG_MODE=off phpspec run -f pretty --no-interaction",
"phpcs": "XDEBUG_MODE=off phpcs --standard=./phpcs-ruleset.xml .",
"rector": [
Expand All @@ -48,6 +49,7 @@
"test": [
"XDEBUG_MODE=off composer validate --no-interaction",
"@lint",
"@phpunit-configuration",
"@phpunit",
"@phpspec",
"@phpcs",
Expand Down

0 comments on commit 778827b

Please sign in to comment.