예제 #1
0
파일: StringTest.php 프로젝트: jarick/bx
 public function testToLower()
 {
     $this->assertEquals($this->string->toLower('ТЕСТ'), 'тест');
 }