public function testAllowsTemplateChange()
 {
     $template = new UriTemplate('abc_<$var>');
     $template->setTemplate('foo');
     $this->assertEquals('foo', $template->getTemplate());
 }