Ejemplo n.º 1
0
 public function testExists()
 {
     $exists = URLUtils::exists('http://www.google.com');
     $this->assertTrue($exists);
 }