phpbb_template_template_test_case::tearDown PHP Method

tearDown() protected method

protected tearDown ( )
    protected function tearDown()
    {
        if ($this->template) {
            $this->template->clear_cache();
        }
    }