Skip to content

Commit 1bd023c

Browse files
authored
Update composer.json
update scriptname
1 parent 801bd42 commit 1bd023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"scripts": {
2020
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
2121
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
22-
"test": "phpunit --testdox"
22+
"unit-test": "phpunit --testdox"
2323
}
2424
}

0 commit comments

Comments
 (0)