Ejemplo n.º 1
0
 public function testLdapEscape()
 {
     $this->adapter->expects($this->once())->method('escape')->with('foo', 'bar', 'baz');
     $this->ldap->escape('foo', 'bar', 'baz');
 }