Example #1
0
 public function testLoadXML()
 {
     $xml = file_get_contents(__DIR__ . '/Resources/test.xml');
     $selector = Selector::loadXML($xml);
     $this->assertInstanceOf('XPathSelector\\Selector', $selector);
 }