Merge pull request #14569 from pradpnayak/HardCodes
[civicrm-core.git] / tests / phpunit / CiviTest / CiviCaseTestCase.php
index 1d29e83f896f39216451f78a37464daf8833b33e..299f5411652bc3f2cda69a5ab6639e9a39d29b2c 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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",