Ejemplo n.º 1
0
 public function testToTitleCase()
 {
     $string = "i am the very-model of_a modern Major General";
     $this->assertEquals("I Am the Very Model of a Modern Major General", StringUtils::toTitleCase($string));
 }