예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 public function case_pad_end_rtl()
 {
     $this->given($string = new LUT('أحبك'))->when($result = $string->pad(20, '👍 💩 😄 ❤️ ', LUT::END))->then->object($result)->isIdenticalTo($string)->string((string) $result)->isEqualTo('أحبك👍 💩 😄 ❤️ 👍 💩 😄 ❤');
 }