We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer ci
1 parent 6b4032d commit 285154dCopy full SHA for 285154d
1 file changed
composer.json
@@ -49,7 +49,7 @@
49
"scripts": {
50
"ci": [
51
"@static-analysis",
52
- "@tests:unit"
+ "@tests"
53
],
54
"code-style:check": [
55
"PHP_CS_FIXER_FUTURE_MODE=1 php-cs-fixer fix --dry-run --diff --ansi"
@@ -85,12 +85,9 @@
85
"@rector:check"
86
87
"tests": [
88
- "@tests:unit",
+ "@phpunit:unit",
89
"@phpunit:phpstan",
90
"@phpunit:rector"
91
- ],
92
- "tests:unit": [
93
- "@phpunit:unit"
94
]
95
}
96
0 commit comments