Beispiel #1
0
 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);
 }