/**
  * @covers \eZ\Publish\Core\MVC\Legacy\Templating\Twig\Template::getEnvironment
  */
 public function testGetEnvironment()
 {
     $this->assertSame($this->twigEnv, $this->template->getEnvironment());
 }