diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 16:08:46 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:04:57 +0200 |
commit | d4e828f39e302a7c69de28c5f2d9b77969f50230 (patch) | |
tree | 52a8ac6277803f93b8562648b7c03e909a02084a /apps/user_ldap/tests | |
parent | 3f5e76162d74701c35a31b5a611466dba93d9a04 (diff) | |
download | nextcloud-server-d4e828f39e302a7c69de28c5f2d9b77969f50230.tar.gz nextcloud-server-d4e828f39e302a7c69de28c5f2d9b77969f50230.zip |
Move wizard
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 |