public function Twig_Test_EscapingTest::setUp

Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides PHPUnit_Framework_TestCase::setUp

File

drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php, line 148

Class

Twig_Test_EscapingTest
This class is adapted from code coming from Zend Framework.

Code

public function setUp() {
  $this->env = new Twig_Environment();
}