Exemplo n.º 1
0
 /**
  * @covers Robo47_Service_Gravatar::setOptions
  */
 public function testSetOptionsWithUnknownOption()
 {
     $options = array('foo' => 'baa');
     $service = new Robo47_Service_Gravatar();
     $service->setOptions($options);
 }