예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 public function case_bytes_length()
 {
     $this->given($string = new LUT('💩'))->when($result = $string->getBytesLength())->then->integer($result)->isEqualTo(4);
 }