protected function Twig_Test_NodeTestCase::getCompiler

3 calls to Twig_Test_NodeTestCase::getCompiler()

File

drupal/core/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php, line 31

Class

Twig_Test_NodeTestCase

Code

protected function getCompiler(Twig_Environment $environment = null) {
  return new Twig_Compiler(null === $environment ? $this
    ->getEnvironment() : $environment);
}