From: Eileen McNaughton Date: Mon, 16 May 2016 23:21:06 +0000 (+1200) Subject: missing comma X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=35e76fc2b4024cb4ba82cccc982b4f20b2361238;p=civicrm-core.git missing comma --- diff --git a/tests/phpunit/api/v3/JobTest.php b/tests/phpunit/api/v3/JobTest.php index 718f653a45..9cf8a0c16c 100644 --- a/tests/phpunit/api/v3/JobTest.php +++ b/tests/phpunit/api/v3/JobTest.php @@ -461,7 +461,7 @@ class api_v3_JobTest extends CiviUnitTestCase { 'street_address' => 'big house', ), ), - ) + ), ), ); return $data;