Exemplo n.º 1
0
 public function testUrlRewriterTagsIsMutable()
 {
     $this->config->setUrlRewriterTags('a=href,form=action');
     $this->assertEquals('a=href,form=action', $this->config->getUrlRewriterTags());
 }