Definition at line 12 of file FloorDivTest.php.
◆ getTests()
Twig_Tests_Node_Expression_Binary_FloorDivTest::getTests |
( |
| ) |
|
Definition at line 24 of file FloorDivTest.php.
References array.
31 array($node,
'(int) floor((1 / 2))'),
Create styles array
The data for the language used.
◆ testConstructor()
Twig_Tests_Node_Expression_Binary_FloorDivTest::testConstructor |
( |
| ) |
|
Definition at line 14 of file FloorDivTest.php.
20 $this->assertEquals($left, $node->getNode(
'left'));
21 $this->assertEquals($right, $node->getNode(
'right'));
The documentation for this class was generated from the following file:
- libs/composer/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php