X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCiviTest%2FCiviCaseTestCase.php;h=ce6f032591b16e7cddb8a8264265d8f719594769;hb=d78cc635c03d2678c6ef8e11712a009a48088013;hp=2530261397d8d9e75db9f183d0e23bdfdfe8d34c;hpb=ed5a0ff7196e306e1319bd3f5913fdb068974daa;p=civicrm-core.git diff --git a/tests/phpunit/CiviTest/CiviCaseTestCase.php b/tests/phpunit/CiviTest/CiviCaseTestCase.php index 2530261397..ce6f032591 100644 --- a/tests/phpunit/CiviTest/CiviCaseTestCase.php +++ b/tests/phpunit/CiviTest/CiviCaseTestCase.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ require_once 'CiviTest/CiviUnitTestCase.php'; @@ -140,4 +140,5 @@ class CiviCaseTestCase extends CiviUnitTestCase { */ public function hook_caseTypes(&$caseTypes) { } + }