diff --git a/README.md b/README.md index aa17e0a..5d309d1 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ $client = new Yuzu\Effiliation\Client($apiToken); ## Tests ```php -php composer tests +php composer test ``` diff --git a/composer.json b/composer.json index c1c8b87..2cc8858 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "scripts": { - "tests": "vendor/bin/atoum -d tests/Units", + "test": "vendor/bin/atoum -d tests/Units", "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests", "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests" },