Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php44 …$tests[] = [$node, sprintf('%s%s, "bar", [])', $this->getAttributeGetter(), $this->getVariableGett…
47 …$tests[] = [$node, sprintf('%s%s, "bar", [], "array")', $this->getAttributeGetter(), $this->getVar…
53 …e, sprintf('%s%s, "bar", [0 => %s, 1 => "bar"], "method")', $this->getAttributeGetter(), $this->ge…
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php69 protected function getAttributeGetter() function in Twig\\Test\\NodeTestCase