Ejemplo n.º 1
0
 public function testHasServiceDescription()
 {
     $s = new ServiceDescription();
     $o = new Operation(array(), $s);
     $this->assertSame($s, $o->getServiceDescription());
 }