Definition at line 12 of file ImportTest.php.
◆ getTests()
Twig_Tests_Node_ImportTest::getTests |
( |
| ) |
|
Definition at line 24 of file ImportTest.php.
References array, and EOF.
34 \$context[
"macro"] = \$this->loadTemplate(
"foo.twig", null, 1);
Create styles array
The data for the language used.
Represents an import node.
const EOF
How fgetc() reports an End Of File.
◆ testConstructor()
Twig_Tests_Node_ImportTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file ImportTest.php.
20 $this->assertEquals($macro, $node->getNode(
'expr'));
21 $this->assertEquals($var, $node->getNode(
'var'));
Represents an import node.
The documentation for this class was generated from the following file: