예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 public function case_get_char_direction()
 {
     $this->when($result = LUT::getCharDirection('A'))->then->integer($result)->isEqualTo(LUT::LTR)->when($result = LUT::getCharDirection('ا'))->then->integer($result)->isEqualTo(LUT::RTL);
 }