Example #1
0
 public function testFalseEndsWith()
 {
     $this->assertFalse(Str::endsWith('foo', 'y'));
 }