Пример #1
0
 public function testIsNotASCII()
 {
     $this->assertFalse(Charset::isASCII('ö'));
 }