diff --git a/composer.json b/composer.json index 83847de..3fe9e8c 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "scripts": { "cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php", "cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php", - "test": "phpunit --testdox" + "unit-test": "phpunit --testdox" } }