template->cachepath . str_replace('/', '.', $file) . '.php'; $this->assertFileNotExists($cache_file); $this->run_template($file, $vars, $block_vars, $destroy, $expected, $cache_file); // Reset the engine state $this->setup_engine(); $this->run_template($file, $vars, $block_vars, $destroy, $expected, $cache_file); } }