From 17e85dd5079b7ee0b1f18a450b66ec5df3cf5eb3 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 18 Mar 2018 15:01:08 +0100 Subject: Unit: Fix unittests (#278) * Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace --- composer.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8546a7849..de0e983ad 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,16 @@ "riimu/kit-pathjoin": "1.1.2" }, "require-dev": { - "phpunit/phpunit": "^5.4" + "phpunit/phpunit": "^5.7" + }, + "autoload": { + "psr-4": { + "OCA\\News\\": "lib/" + } + }, + "autoload-dev": { + "psr-4": { + "OCA\\News\\Tests\\": "tests/" + } } } -- cgit v1.2.3