Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php223 $loader = $this->getMockLoader($templateName, $templateContent);
250 $loader = $this->getMockLoader($templateName, $templateContent);
278 $loader = $this->getMockLoader($templateName, $templateContent);
528 protected function getMockLoader($templateName, $templateContent) function in Twig_Tests_EnvironmentTest