芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php
assertEquals($body, $node->getNode('body')); $this->assertEquals('foo', $node->getAttribute('name')); } public function getTests() { $body = new Twig_Node_Text('foo', 1); $node = new Twig_Node_Block('foo', $body, 1); return array( array($node, <<