Merge pull request #14455 from civicrm/5.14
[civicrm-core.git] / tests / phpunit / CiviTest / CiviCaseTestCase.php
index f47395e52661ffb649f8dbb897c6441eb26cb315..299f5411652bc3f2cda69a5ab6639e9a39d29b2c 100644 (file)
@@ -51,10 +51,9 @@ class CiviCaseTestCase extends CiviUnitTestCase {
     // & was really hard to troubleshoot as involved truncating option_value table to mitigate this & not leaving DB in a
     // state where tests could run afterwards without re-loading.
     $this->caseStatusGroup = $this->callAPISuccess('option_group', 'get', array(
-        'name' => 'case_status',
-        'format.only_id' => 1,
-      )
-    );
+      'name' => 'case_status',
+      'format.only_id' => 1,
+    ));
     $optionValues = array(
       'Medical evaluation' => 'Medical evaluation',
       'Mental health evaluation' => "Mental health evaluation",