예제 #1
0
 public function testReadString()
 {
     $definitions = $this->reader->readString(file_get_contents(__DIR__ . '/resources/base-wsdl.wsdl'));
     $this->assertInstanceOf('GoetasWebservices\\XML\\WSDLReader\\Wsdl\\Definitions', $definitions);
     $this->makeAssertionsLoad($definitions);
 }