Merge pull request #1899 from dlobo/CRM-13697
[civicrm-core.git] / CRM / Utils / System / UnitTests.php
index 9e3789411cd6fde644035571f043a27774d264fc..058cedb6abbb907752ff3f0efb2e646bba2e1f12 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -173,6 +173,6 @@ class CRM_Utils_System_UnitTests extends CRM_Utils_System_Drupal {
   public function getLoginURL($destination = '') {
     throw new Exception("Method not implemented: getLoginURL");
   }
-  
+
 }