mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11568] Add comma at end of array key-value couple
PHPBB3-11568
This commit is contained in:
parent
b2be82cd57
commit
09a3877ae4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||||
self::$client->setClient(new Guzzle\Http\Client('', array(
|
self::$client->setClient(new Guzzle\Http\Client('', array(
|
||||||
Guzzle\Http\Client::DISABLE_REDIRECTS => true,
|
Guzzle\Http\Client::DISABLE_REDIRECTS => true,
|
||||||
'curl.options' => array(
|
'curl.options' => array(
|
||||||
CURLOPT_TIMEOUT => 120
|
CURLOPT_TIMEOUT => 120,
|
||||||
),
|
),
|
||||||
)));
|
)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue