Example #1
0
 public function testCapitalize()
 {
     $this->assertEquals(Str::capitalize('foo'), 'Foo');
 }