Searched refs:getHTTPResponseCode (Results 1 – 1 of 1) sorted by relevance
18 if ($this->getHTTPResponseCode($url) === 200) {36 if ($this->getHTTPResponseCode($url) !== 200) {49 private function getHTTPResponseCode($url) function in Facebook\\WebDriver\\Net\\URLChecker