コード例 #1
0
 public function testAppend()
 {
     $context = $this->getParserContextMock();
     $root = new RootContext($context);
     $root->append('');
 }