Example #1
0
 public function tryToTest(UnitTester $I)
 {
     $a = File::isExternalURL('//google.com');
     $I->assertTrue($a);
 }