예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 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);
 }