[ticket/11568] Add comma at end of array key-value couple

PHPBB3-11568
This commit is contained in:
Joas Schilling 2013-05-31 16:20:20 +02:00
parent b2be82cd57
commit 09a3877ae4

View file

@ -202,7 +202,7 @@ class phpbb_functional_test_case extends phpbb_test_case
self::$client->setClient(new Guzzle\Http\Client('', array(
Guzzle\Http\Client::DISABLE_REDIRECTS => true,
'curl.options' => array(
CURLOPT_TIMEOUT => 120
CURLOPT_TIMEOUT => 120,
),
)));