From a5272e3621f3e24ea8a56337943673a0585cd04c Mon Sep 17 00:00:00 2001 From: Clivern Date: Tue, 8 Aug 2017 13:08:21 +0200 Subject: [PATCH] update composer.json file --- composer.json | 3 +++ 1 file changed, 3 insertions(+) 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