diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 17:14:59 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:06:09 +0200 |
commit | 3ef8c95b3790e6e9be94f772b65e4aa19c042d50 (patch) | |
tree | a8ddb49ba1928af17238dfea3785caf9de61b97e /apps/user_ldap/tests/WizardTest.php | |
parent | b6163183276470039f3a2a2094d1a6224c272f28 (diff) | |
download | nextcloud-server-3ef8c95b3790e6e9be94f772b65e4aa19c042d50.tar.gz nextcloud-server-3ef8c95b3790e6e9be94f772b65e4aa19c042d50.zip |
Move tests/ to PSR-4
Diffstat (limited to 'apps/user_ldap/tests/WizardTest.php')
-rw-r--r-- | apps/user_ldap/tests/WizardTest.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/user_ldap/tests/WizardTest.php b/apps/user_ldap/tests/WizardTest.php index d6ee5a473b2..7a4a478d43a 100644 --- a/apps/user_ldap/tests/WizardTest.php +++ b/apps/user_ldap/tests/WizardTest.php @@ -23,21 +23,16 @@ * */ -namespace OCA\User_LDAP\tests; +namespace OCA\User_LDAP\Tests; use \OCA\User_LDAP\Wizard; -// use \OCA\User_LDAP\User_LDAP as UserLDAP; -// use \OCA\User_LDAP\Access; -// use \OCA\User_LDAP\Configuration; -// use \OCA\User_LDAP\ILDAPWrapper; - /** * Class Test_Wizard * * @group DB * - * @package OCA\User_LDAP\tests + * @package OCA\User_LDAP\Tests */ class WizardTest extends \Test\TestCase { protected function setUp() { |