Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-02 14:11:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-02 19:00:40 +0300
commit4a1bf25f374cce6b988186cef85817ce8b8caf25 (patch)
tree0367401bdf2966c5eaa014b039273ee5a59dd3de /tests
parent08478d9eb82cd63ea92cb04efab5e746d72d1a3f (diff)
Move classes to PSR-4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Controller/FileHandlingControllerTest.php (renamed from tests/controller/filehandlingcontrollertest.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/controller/filehandlingcontrollertest.php b/tests/Controller/FileHandlingControllerTest.php
index e83c9b9..1631540 100644
--- a/tests/controller/filehandlingcontrollertest.php
+++ b/tests/Controller/FileHandlingControllerTest.php
@@ -20,11 +20,11 @@
*/
-namespace OCA\Files_Texteditor\Tests\Controller;
+namespace OCA\FilesTextEditor\Tests\Controller;
use OC\HintException;
-use OCA\Files_Texteditor\Controller\FileHandlingController;
+use OCA\FilesTextEditor\Controller\FileHandlingController;
use OCP\Files\File;
use OCP\Files\Folder;
use OCP\Files\ForbiddenException;