lithium\tests\cases\template\view\CompilerTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $path = realpath(Libraries::get(true, 'resources') . '/tmp/cache/templates');
        foreach (glob("{$path}/*.php") as $file) {
            unlink($file);
        }
        unlink("{$this->_path}/{$this->_file}");
    }