Exemplo n.º 1
0
 public function testTerminate()
 {
     $ut = new UrlTools();
     $this->assertEquals("#^a\$#", $ut->terminate("a"));
 }