Ejemplo n.º 1
0
 public function case_prepend_rtl()
 {
     $this->given($string = new LUT('ك'))->when($result = $string->prepend('أحب'))->then->object($result)->isIdenticalTo($string)->string((string) $result)->isEqualTo('أحبك');
 }