summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Utility')
-rw-r--r--tests/Unit/Utility/OPMLExporterTest.php3
-rw-r--r--tests/Unit/Utility/ProxyConfigParserTest.php4
-rw-r--r--tests/Unit/Utility/UpdaterTest.php4
3 files changed, 8 insertions, 3 deletions
diff --git a/tests/Unit/Utility/OPMLExporterTest.php b/tests/Unit/Utility/OPMLExporterTest.php
index 4a4ff6ce3..cf33b779b 100644
--- a/tests/Unit/Utility/OPMLExporterTest.php
+++ b/tests/Unit/Utility/OPMLExporterTest.php
@@ -11,10 +11,11 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Utility;
+namespace OCA\News\Tests\Unit\Utility;
use \OCA\News\Db\Folder;
use \OCA\News\Db\Feed;
+use OCA\News\Utility\OPMLExporter;
class OPMLExporterTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/Unit/Utility/ProxyConfigParserTest.php b/tests/Unit/Utility/ProxyConfigParserTest.php
index 685d88256..cc7833c31 100644
--- a/tests/Unit/Utility/ProxyConfigParserTest.php
+++ b/tests/Unit/Utility/ProxyConfigParserTest.php
@@ -11,9 +11,11 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Utility;
+namespace OCA\News\Tests\Unit\Utility;
+use OCA\News\Utility\ProxyConfigParser;
+
class ProxyConfigParserTest extends \PHPUnit_Framework_TestCase {
private $config;
diff --git a/tests/Unit/Utility/UpdaterTest.php b/tests/Unit/Utility/UpdaterTest.php
index defa8c745..76ebe74f7 100644
--- a/tests/Unit/Utility/UpdaterTest.php
+++ b/tests/Unit/Utility/UpdaterTest.php
@@ -11,9 +11,11 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Utility;
+namespace OCA\News\Tests\Unit\Utility;
+use OCA\News\Utility\Updater;
+
class UpdaterTest extends \PHPUnit_Framework_TestCase {
private $folderService;