dwoo = new DwooSmartyAdapter(); $this->dwoo->template_dir = DWOO_DIRECTORY.'tests/resources/'; $this->dwoo->compile_dir = DWOO_DIRECTORY.'tests/temp/compiled/'; $this->dwoo->cache_dir = DWOO_DIRECTORY.'tests/temp/cache/'; $this->dwoo->config_dir = DWOO_DIRECTORY.'tests/resources/configs/'; $this->compiler = new DwooCompiler(); $this->compiler->addPreProcessor('smarty_compat', true); } public function testSmartyCompat() { $this->assertEquals('{'.Dwoo::VERSION.'}', $this->dwoo->fetch('smartytest.html')); } } ?>