Skip to content

Commit fed07a9

Browse files
committed
fix phpunit migraate
1 parent 778827b commit fed07a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"lint": "XDEBUG_MODE=off parallel-lint src spec tests",
40-
"phpunit-configuration": "hpunit --migrate-configuration",
40+
"phpunit-configuration": "phpunit --migrate-configuration",
4141
"phpunit": "XDEBUG_MODE=coverage phpunit",
4242
"phpspec": "XDEBUG_MODE=off phpspec run -f pretty --no-interaction",
4343
"phpcs": "XDEBUG_MODE=off phpcs --standard=./phpcs-ruleset.xml .",

0 commit comments

Comments
 (0)