diff --git a/composer.json b/composer.json index 6d93a6ef..f3d7a34a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { "require": { "phpunit/phpunit": "^5" + }, + "scripts":{ + "test": "vendor/bin/phpunit tests" } }