Exemple #1
0
 public function testSetArray()
 {
     $this->_object->set('resource/ldap/', array('host' => 'localhost', 'port' => 389));
     $this->assertEquals(array('host' => 'localhost', 'port' => 389), $this->_object->get('resource/ldap'));
 }