예제 #1
0
파일: String.php 프로젝트: Hywan/String
 public function case_prepend_rtl()
 {
     $this->given($string = new LUT('ك'))->when($result = $string->prepend('أحب'))->then->object($result)->isIdenticalTo($string)->string((string) $result)->isEqualTo('أحبك');
 }