mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
fixed unit test broken by previous merge
This commit is contained in:
@@ -43,7 +43,7 @@ class Twig_Tests_Node_Expression_Binary_FloorDivTest extends Twig_Tests_Node_Tes
|
||||
$node = new Twig_Node_Expression_Binary_FloorDiv($left, $right, 0);
|
||||
|
||||
return array(
|
||||
array($node, 'floor((1 / 2))'),
|
||||
array($node, 'intval(floor((1 / 2)))'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user