summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Utility/UpdaterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Utility/UpdaterTest.php')
-rw-r--r--tests/Unit/Utility/UpdaterTest.php4
1 files changed, 3 insertions, 1 deletions
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;