Skip to content

Commit

Permalink
Merge b785613 into 40f137b
Browse files Browse the repository at this point in the history
  • Loading branch information
willwashburn committed May 18, 2016
2 parents 40f137b + b785613 commit 0c985a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ExpandLinksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ public function canonicalLinksProvider()

public function test_setting_curl_options_works()
{
$expected_curl_opts = array(
$expected_curl_opts = [
CURLOPT_FOLLOWLOCATION => false,
);
];

$curl
= M::mock(\WillWashburn\Curl::class)
Expand Down

0 comments on commit 0c985a1

Please sign in to comment.