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