setUpSmarty(__DIR__); } public function testInit() { $this->cleanDirs(); } public function testPluginChainedLoad() { $this->smarty->addPluginsDir(__DIR__ . "/PHPunitplugins/"); $this->assertStringContainsString('from chain3', $this->smarty->fetch('test_plugin_chained_load.tpl')); } }