Beispiel #1
0
 public function testIsTemplateExists()
 {
     clearstatcache();
     $this->assertTrue($this->provider->templateExists("template1.tpl"));
     $this->assertFalse($this->provider->templateExists("unexists.tpl"));
 }