Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1290 from Sanfra1407/test-image
Browse files Browse the repository at this point in the history
Fix CURL status code in ImageTest.php
  • Loading branch information
fzaninotto authored Sep 6, 2017
2 parents 0e09f59 + 00c35ce commit d35b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Faker/Provider/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testUrlWithDimensionsAndBadCategory()

public function testDownloadWithDefaults()
{
$url = "http://www.lorempixel.com/";
$url = "http://lorempixel.com/";
$curlPing = curl_init($url);
curl_setopt($curlPing, CURLOPT_TIMEOUT, 5);
curl_setopt($curlPing, CURLOPT_CONNECTTIMEOUT, 5);
Expand Down

0 comments on commit d35b116

Please sign in to comment.