diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-10 22:28:12 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-19 14:52:09 +0100 |
commit | 76ebd3a050cb3c84b958f071ec559e6bc9cbc847 (patch) | |
tree | 5d781de62a647778ac377e8a1173dea82427328d /apps/user_ldap/tests/group_ldap.php | |
parent | bb540722cd4e197bd608d9a87e4b10cf66dec5a9 (diff) | |
download | nextcloud-server-76ebd3a050cb3c84b958f071ec559e6bc9cbc847.tar.gz nextcloud-server-76ebd3a050cb3c84b958f071ec559e6bc9cbc847.zip |
Make apps/ extend the \Test\TestCase and fix overwritten methods
Diffstat (limited to 'apps/user_ldap/tests/group_ldap.php')
-rw-r--r-- | apps/user_ldap/tests/group_ldap.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/user_ldap/tests/group_ldap.php b/apps/user_ldap/tests/group_ldap.php index d1262e4f5b8..0e01eb3ba6f 100644 --- a/apps/user_ldap/tests/group_ldap.php +++ b/apps/user_ldap/tests/group_ldap.php @@ -22,14 +22,12 @@ namespace OCA\user_ldap\tests; -namespace OCA\user_ldap\tests; - use \OCA\user_ldap\GROUP_LDAP as GroupLDAP; use \OCA\user_ldap\lib\Access; use \OCA\user_ldap\lib\Connection; use \OCA\user_ldap\lib\ILDAPWrapper; -class Test_Group_Ldap extends \PHPUnit_Framework_TestCase { +class Test_Group_Ldap extends \Test\TestCase { private function getAccessMock() { static $conMethods; static $accMethods; |