예제 #1
0
파일: CCStr.php 프로젝트: clancats/core
 /**
  * test string replacements
  */
 public function testUpper()
 {
     $this->assertEquals(CCStr::upper('Hellö Würld'), 'HELLÖ WÜRLD');
 }