Definition at line 12 of file BlockReferenceTest.php.
◆ getTests()
Twig_Tests_Node_BlockReferenceTest::getTests |
( |
| ) |
|
Definition at line 21 of file BlockReferenceTest.php.
References array, and EOF.
26 \$this->displayBlock(
'foo', \$context, \$blocks);
Represents a block call node.
Create styles array
The data for the language used.
const EOF
How fgetc() reports an End Of File.
◆ testConstructor()
Twig_Tests_Node_BlockReferenceTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file BlockReferenceTest.php.
18 $this->assertEquals(
'foo', $node->getAttribute(
'name'));
Represents a block call node.
The documentation for this class was generated from the following file: