]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 28 Oct 2015 08:24:19 +0000 (09:24 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 28 Oct 2015 08:24:19 +0000 (09:24 +0100)
apps/user_ldap/tests/access.php

index 74615ce287c59c458c09f4a2b5710ee71b8c2d14..c7246dcb03534f4655673e80f6eeda8b190fca6c 100644 (file)
@@ -285,8 +285,7 @@ class Test_Access extends \Test\TestCase {
         * @dataProvider dNAttributeProvider
         */
        public function testSanitizeDN($attribute) {
-               list($lw, $con, $um) = $this->getConnecterAndLdapMock();
-
+               list($lw, $con, $um) = $this->getConnectorAndLdapMock();
 
                $dnFromServer = 'cn=Mixed Cases,ou=Are Sufficient To,ou=Test,dc=example,dc=org';