Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DTemplateEngine.php302 * @param string|null $templateContent - the content
305 public function createTemplate(string $templateName, string $templateContent = null): TemplateEngine argument
314 if ($templateContent === null) {
315 $templateContent = <<<EOF
324 FileSystems::setContent($templateFile, $templateContent);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php220 $templateContent = __FUNCTION__;
223 $loader = $this->getMockLoader($templateName, $templateContent);
247 $templateContent = __FUNCTION__;
250 $loader = $this->getMockLoader($templateName, $templateContent);
275 $templateContent = __FUNCTION__;
278 $loader = $this->getMockLoader($templateName, $templateContent);
528 protected function getMockLoader($templateName, $templateContent) argument
536 ->will($this->returnValue(new Source($templateContent, $templateName)));