public function testInheritance()
 {
     $client = new GenericPortalAdapter('./data/GenericPortalAdapter.wsdl', $options = array());
     $functions = $client->__getFunctions();
     $this->assertInternalType('array', $functions);
     $this->assertCount(48, $functions);
 }