示例#1
0
文件: String.php 项目: Hywan/String
 public function case_append_rtl()
 {
     $this->given($string = new LUT('أ'))->when($result = $string->append('حبك'))->then->object($result)->isIdenticalTo($string)->string((string) $result)->isEqualTo('أحبك');
 }