Exemplo n.º 1
0
 public function test_slashify()
 {
     $input = "CamelCaseWord";
     $this->assertEqual(WXInflections::slashify($input), "camel/case/word");
 }