Definition at line 12 of file BlockTest.php.
◆ getTests()
Twig_Tests_Node_BlockTest::getTests |
( |
| ) |
|
Definition at line 23 of file BlockTest.php.
References array, and EOF.
31 public function block_foo(\$context,
array \$blocks =
array())
Create styles array
The data for the language used.
const EOF
How fgetc() reports an End Of File.
◆ testConstructor()
Twig_Tests_Node_BlockTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file BlockTest.php.
19 $this->assertEquals($body, $node->getNode(
'body'));
20 $this->assertEquals(
'foo', $node->getAttribute(
'name'));
The documentation for this class was generated from the following file:
- libs/composer/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php