示例#1
0
文件: CCStr.php 项目: clancats/core
 /**
  * test string replacements
  */
 public function testUpper()
 {
     $this->assertEquals(CCStr::upper('Hellö Würld'), 'HELLÖ WÜRLD');
 }