예제 #1
0
 public function testGetNodeByIdIfExistsErrorCase()
 {
     $doc = new TemplateTag();
     $this->assertNull($doc->getNodeByIdIfExists('baz'));
 }