Skip to content

Commit

Permalink
Update ConfigTest::provideInvalidValues() in order to use installed…
Browse files Browse the repository at this point in the history
… requirement "ext-curl" instead of "ext-gd"
  • Loading branch information
phansys committed Aug 22, 2018
1 parent 957940a commit e82145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public static function provideInvalidValues()
{
return [
[new \stdClass()],
[imagecreate(1, 1)],
[curl_init()],
];
}

Expand Down

0 comments on commit e82145d

Please sign in to comment.