summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Http/TextResponseTest.php
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2018-03-18 15:01:08 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-03-18 15:01:08 +0100
commit17e85dd5079b7ee0b1f18a450b66ec5df3cf5eb3 (patch)
tree4a4ddbea25429a4a9d82b8b28cd935d8838b30f3 /tests/Unit/Http/TextResponseTest.php
parent2de169e43a17bdb6e1d19054e76de3ce7e220052 (diff)
Unit: Fix unittests (#278)
* Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace
Diffstat (limited to 'tests/Unit/Http/TextResponseTest.php')
-rw-r--r--tests/Unit/Http/TextResponseTest.php4
1 files changed, 3 insertions, 1 deletions
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 {