From d5b4099cecb488c55f190e20da216475af922310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Kaleta?= Date: Mon, 17 Dec 2018 20:32:12 +0100 Subject: [PATCH] Init #24, add tests --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 9f1ca5d..13a8a31 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "league/flysystem-cached-adapter": "^1.0", "ext-fileinfo": "*" }, + "require-dev": { + "phpunit/phpunit": "^5.7.10" + }, "suggest": { "coldume/imagecraft": "^1.0" }, @@ -31,6 +34,11 @@ "Dframe\\FileStorage\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "Dframe\\FileStorage\\Tests\\": "tests/" + } + }, "scripts": { "test": [ "@phpunit"