diff --git a/composer.json b/composer.json index 58619c2..da4038f 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,8 @@ "psr-4": { "Clivern\\Imap\\": "tests" } + }, + "scripts": { + "test": "phpunit" } } \ No newline at end of file