diff --git a/app/composer.json b/app/composer.json index ab509b2..19f8142 100644 --- a/app/composer.json +++ b/app/composer.json @@ -25,5 +25,8 @@ "Slovocast\\": "src/", "Slovocast\\Tests\\": "tests/" } + }, + "scripts": { + "test": "./vendor/bin/phpunit tests" } }