Goetas\Twital\Tests\FullCompatibilityTwigTest::setUp PHP 메소드

setUp() 보호된 메소드

Prepares the environment before running a test.
protected setUp ( )
    protected function setUp()
    {
        $this->templateSubscriber = new DebugTemplateSubscriber();
        $this->twital = new Twital();
        $this->twital->addExtension(new FullCompatibilityTwigExtension());
        $this->twital->getEventDispatcher()->addSubscriber($this->templateSubscriber);
    }