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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2018-06-30 10:25:41 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2018-06-30 10:25:41 +0300
commit3434dc4dcef56df7b3a8136cdac06620e8127bb7 (patch)
treef10edc61f64393800ecc381543c2d7340da1ace3 /tests
parentc5be32bd170ce7af7ebfd12a0bdc32e34b0c5634 (diff)
Fix# namespace
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/service/RegistrationServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/service/RegistrationServiceTest.php b/tests/integration/service/RegistrationServiceTest.php
index 1a58cc5..34b400e 100644
--- a/tests/integration/service/RegistrationServiceTest.php
+++ b/tests/integration/service/RegistrationServiceTest.php
@@ -1,6 +1,6 @@
<?php
-namespace OCA\Registration\Controller;
+namespace OCA\Registration\Service;
use OCA\Registration\Db\Registration;
use OCA\Registration\Db\RegistrationMapper;