Ejemplo n.º 1
0
 function testToUnderscoreFromCamelCase()
 {
     $before = "testString";
     $after = "test_string";
     $this->assertEqual($after, ChargeBee_Util::toUnderscoreFromCamelCase($before));
 }