Skip to content

Commit 54e0a0f

Browse files
committed
Fixed deprecation warnings about passing null as parameter
1 parent 799d8ff commit 54e0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Adapter/ExtLdap/AdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testLdapEscape()
3030
{
3131
$ldap = new Adapter();
3232

33-
$this->assertEquals('\20foo\3dbar\0d(baz)*\20', $ldap->escape(" foo=bar\r(baz)* ", null, LdapInterface::ESCAPE_DN));
33+
$this->assertEquals('\20foo\3dbar\0d(baz)*\20', $ldap->escape(" foo=bar\r(baz)* ", '', LdapInterface::ESCAPE_DN));
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)