We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b5e65 commit 778827bCopy full SHA for 778827b
composer.json
@@ -37,7 +37,8 @@
37
},
38
"scripts": {
39
"lint": "XDEBUG_MODE=off parallel-lint src spec tests",
40
- "phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
+ "phpunit-configuration": "hpunit --migrate-configuration",
41
+ "phpunit": "XDEBUG_MODE=coverage phpunit",
42
"phpspec": "XDEBUG_MODE=off phpspec run -f pretty --no-interaction",
43
"phpcs": "XDEBUG_MODE=off phpcs --standard=./phpcs-ruleset.xml .",
44
"rector": [
@@ -48,6 +49,7 @@
48
49
"test": [
50
"XDEBUG_MODE=off composer validate --no-interaction",
51
"@lint",
52
+ "@phpunit-configuration",
53
"@phpunit",
54
"@phpspec",
55
"@phpcs",
0 commit comments