示例#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('أحبك');
 }