Exemplo n.º 1
0
 public function case_get_width()
 {
     $this->given($string = new LUT('💩'))->when($result = $string->getWidth())->then->integer($result)->isEqualTo(1)->given($string = new LUT('習'))->when($result = $string->getWidth())->then->integer($result)->isEqualTo(2);
 }