Definition at line 12 of file ConditionalTest.php.
◆ getTests()
Twig_Tests_Node_Expression_ConditionalTest::getTests |
( |
| ) |
|
Definition at line 26 of file ConditionalTest.php.
References array.
34 $tests[] =
array($node,
'((1) ? (2) : (3))');
Create styles array
The data for the language used.
◆ testConstructor()
Twig_Tests_Node_Expression_ConditionalTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file ConditionalTest.php.
21 $this->assertEquals($expr1, $node->getNode(
'expr1'));
22 $this->assertEquals($expr2, $node->getNode(
'expr2'));
23 $this->assertEquals($expr3, $node->getNode(
'expr3'));
The documentation for this class was generated from the following file: