Exemplo n.º 1
0
 public function testFormatUrlKey()
 {
     $this->assertEquals('abc-test', $this->_model->formatUrlKey('AbC#-$^test'));
 }
 public function formatUrlKey($str)
 {
     return $this->_urlModel->formatUrlKey($str);
 }