Definition at line 12 of file ConstantTest.php.
◆ getTests()
Twig_Tests_Node_Expression_ConstantTest::getTests |
( |
| ) |
|
Definition at line 21 of file ConstantTest.php.
References array.
26 $tests[] =
array($node,
'"foo"');
Create styles array
The data for the language used.
◆ testConstructor()
Twig_Tests_Node_Expression_ConstantTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file ConstantTest.php.
18 $this->assertEquals(
'foo', $node->getAttribute(
'value'));
The documentation for this class was generated from the following file: