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