Пример #1
0
 public function case_reduce()
 {
     $this->given($string = new LUT('أحبك'))->when($result = $string->reduce(0, 1))->then->object($result)->isIdenticalTo($string)->string((string) $result)->isEqualTo('أ');
 }