芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php
assertEquals('foo', $node->getAttribute('data')); } public function getTests() { $tests = array(); $tests[] = array(new Twig_Node_Text('foo', 1), "// line 1\necho \"foo\";"); return $tests; } }