Exemplo n.º 1
0
 /**
  * Asserts that a document has nodes that satisfy the function
  */
 private function assertNotHasNode(Document $document, $function)
 {
     $nodes = $document->getNodes($function);
     $this->assertEmpty($nodes);
 }