aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-05-31 16:20:20 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-05-31 16:20:20 +0200
commit09a3877ae4c5bda66f22d89408b589ea8b56f380 (patch)
treea3e32584d29b6313fd10d9c3468a709d10949346 /tests/test_framework
parentb2be82cd57fd14e354d9e9c06b0324db74b754cf (diff)
downloadforums-09a3877ae4c5bda66f22d89408b589ea8b56f380.tar
forums-09a3877ae4c5bda66f22d89408b589ea8b56f380.tar.gz
forums-09a3877ae4c5bda66f22d89408b589ea8b56f380.tar.bz2
forums-09a3877ae4c5bda66f22d89408b589ea8b56f380.tar.xz
forums-09a3877ae4c5bda66f22d89408b589ea8b56f380.zip
[ticket/11568] Add comma at end of array key-value couple
PHPBB3-11568
Diffstat (limited to 'tests/test_framework')
-rw-r--r--tests/test_framework/phpbb_functional_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php
index f1d282311f..5416125f42 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -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,
),
)));