setUpSmarty(dirname(__FILE__)); } public function testInit() { $this->cleanDirs(); } public function testModifier327() { $this->assertEquals('hello you', $this->smarty->fetch('string:{"hello world"|substr:0:-5|cat:"you"}')); } }