Beispiel #1
0
 public function testCanCheckIfIsUrl()
 {
     $this->assertTrue(Str::isUrl('http://www.foo.com/'));
     $this->assertFalse(Str::isUrl('foobar'));
 }