Definition at line 12 of file AutoEscapeTest.php.
◆ getTests()
Twig_Tests_Node_AutoEscapeTest::getTests |
( |
| ) |
|
Definition at line 23 of file AutoEscapeTest.php.
References array.
29 array($node,
"// line 1\necho \"foo\";"),
Represents an autoescape node.
Represents a node in the AST.
Create styles array
The data for the language used.
◆ testConstructor()
Twig_Tests_Node_AutoEscapeTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file AutoEscapeTest.php.
References array.
19 $this->assertEquals($body, $node->getNode(
'body'));
20 $this->assertTrue($node->getAttribute(
'value'));
Represents an autoescape node.
Represents a node in the AST.
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: