Ejemplo n.º 1
0
 public function testUtf8StringHasOrdTrait()
 {
     $this->assertSame(0x20, Utf8String::ord(' '));
 }