Exemple #1
0
 /**
  * test string replacements
  */
 public function testUpper()
 {
     $this->assertEquals(CCStr::upper('Hellö Würld'), 'HELLÖ WÜRLD');
 }