Beispiel #1
0
 public function testLength()
 {
     $this->assertEquals(11, Str::length('foo bar baz'));
 }