summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/WizardTest.php (renamed from apps/user_ldap/tests/wizard.php)8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/user_ldap/tests/wizard.php b/apps/user_ldap/tests/WizardTest.php
index a73292db354..83cd58d2231 100644
--- a/apps/user_ldap/tests/wizard.php
+++ b/apps/user_ldap/tests/WizardTest.php
@@ -23,9 +23,9 @@
*
*/
-namespace OCA\user_ldap\tests;
+namespace OCA\User_LDAP\tests;
-use \OCA\user_ldap\lib\Wizard;
+use \OCA\User_LDAP\Wizard;
// use \OCA\user_ldap\User_LDAP as UserLDAP;
// use \OCA\user_ldap\lib\Access;
@@ -37,9 +37,9 @@ use \OCA\user_ldap\lib\Wizard;
*
* @group DB
*
- * @package OCA\user_ldap\tests
+ * @package OCA\User_LDAP\tests
*/
-class Test_Wizard extends \Test\TestCase {
+class WizardTest extends \Test\TestCase {
protected function setUp() {
parent::setUp();
//we need to make sure the consts are defined, otherwise tests will fail