Beispiel #1
0
 public function setUp()
 {
     parent::setUp();
     $this->tpl("template1.tpl", 'Template 1 {$a}');
     $this->tpl("template2.tpl", 'Template 2 {$a}');
     $this->tpl("sub/template3.tpl", 'Template 3 {$a}');
     $this->provider = new Provider(FENOM_RESOURCES . '/template');
     clearstatcache();
 }
Beispiel #2
0
 public function setUp()
 {
     parent::setUp();
     $this->tpl('welcome.tpl', '<b>Welcome, {$username} ({$email})</b>');
 }