Home
last modified time | relevance | path

Searched refs:withLoop (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php66 foreach ($expected as $target => $withLoop) {
67 …->checkForConfiguration($stream, $target, $withLoop), sprintf('variable %s is %soptimized', $targe…
110 public function checkForConfiguration(Twig_NodeInterface $node = null, $target, $withLoop) argument
119 return $withLoop == $n->getAttribute('with_loop');
123 $ret = $this->checkForConfiguration($n, $target, $withLoop);