Ejemplo n.º 1
0
 /**
  * @expectedException WMException
  * @expectedExceptionMessage NoSuchNode
  * @throws WMException
  */
 public function testNodeAccessorException()
 {
     $this->object->getNode("nonexistent");
 }