Example #1
0
 public function testGetMethods()
 {
     $configuration = new Configuration('my-host', 22, array('toto' => 'tata'));
     $this->assertEquals(array('toto' => 'tata'), $configuration->getMethods());
 }