Example #1
0
 public function testInstancePathOverridesStaticConfigPath()
 {
     $tpl = new Template('index');
     $tpl->path('should_override_static_config');
     $this->assertEquals('should_override_static_config', $tpl->path());
 }