예제 #1
0
 public function testReadNode()
 {
     $dom = new \DOMDocument();
     $dom->load(__DIR__ . '/resources/base-wsdl.wsdl');
     $definitions = $this->reader->readNode($dom->documentElement);
     $this->assertInstanceOf('GoetasWebservices\\XML\\WSDLReader\\Wsdl\\Definitions', $definitions);
     $this->makeAssertionsLoad($definitions);
 }