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 --- tests/Unit/Http/TextDownloadResponseTest.php | 4 +++- tests/Unit/Http/TextResponseTest.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/Unit/Http') diff --git a/tests/Unit/Http/TextDownloadResponseTest.php b/tests/Unit/Http/TextDownloadResponseTest.php index d1554a3da..84e5c8c60 100644 --- a/tests/Unit/Http/TextDownloadResponseTest.php +++ b/tests/Unit/Http/TextDownloadResponseTest.php @@ -12,9 +12,11 @@ */ -namespace OCA\News\Http; +namespace OCA\News\Tests\Unit\Http; +use OCA\News\Http\TextDownloadResponse; + class TextDownloadResponseTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Unit/Http/TextResponseTest.php b/tests/Unit/Http/TextResponseTest.php index c87ddab21..972b6cc3f 100644 --- a/tests/Unit/Http/TextResponseTest.php +++ b/tests/Unit/Http/TextResponseTest.php @@ -12,9 +12,11 @@ */ -namespace OCA\News\Http; +namespace OCA\News\Tests\Unit\Http; +use OCA\News\Http\TextResponse; + class TextResponseTest extends \PHPUnit_Framework_TestCase { -- cgit v1.2.3