summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Settings/SectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/Settings/SectionTest.php')
-rw-r--r--apps/user_ldap/tests/Settings/SectionTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php
index f27ac0843e8..e9b7b00e5cf 100644
--- a/apps/user_ldap/tests/Settings/SectionTest.php
+++ b/apps/user_ldap/tests/Settings/SectionTest.php
@@ -58,10 +58,10 @@ class SectionTest extends TestCase {
$this->l
->expects($this->once())
->method('t')
- ->with('LDAP / AD integration')
- ->willReturn('LDAP / AD integration');
+ ->with('LDAP/AD integration')
+ ->willReturn('LDAP/AD integration');
- $this->assertSame('LDAP / AD integration', $this->section->getName());
+ $this->assertSame('LDAP/AD integration', $this->section->getName());
}
public function testGetPriority() {