Exemplo n.º 1
0
 public function testCanGetStringLength()
 {
     $this->assertEquals(6, String::length('Taylor'));
     $this->assertEquals(15, String::length('ラドクリフ'));
 }