Merge pull request #15248 from MegaphoneJon/reporting-19
[civicrm-core.git] / tests / phpunit / CRMTraits / Page / PageTestTrait.php
index 8b2a2f5db322494d8b6d6dac0b6b211ad57a5855..2de7e00883eece3b20abc1de26f8851f097bbada 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
+ | Copyright CiviCRM LLC (c) 2004-2020                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -122,7 +122,7 @@ trait CRMTraits_Page_PageTestTrait {
   protected function listenForPageContent() {
     $this->hookClass->setHook('civicrm_alterContent', [
       $this,
-      'checkPageContent'
+      'checkPageContent',
     ]);
   }