INFRA-132 - Remove extra spaces around '.'
[civicrm-core.git] / tests / phpunit / WebTest / AllTests.php
index f39b64bd0a578f1627f63db45f483b479d8d9e61..f6bb7f4c7c867dcdced56e42d49bf0ad716b7253 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -33,7 +33,7 @@ require_once 'CiviTest/CiviTestSuite.php';
 /**
  *  Class containing all CRM test suites
  *
- *  @package   CiviCRM
+ * @package   CiviCRM
  */
 class WebTest_AllTests extends CiviTestSuite {
   private static $instance = NULL;
@@ -56,4 +56,3 @@ class WebTest_AllTests extends CiviTestSuite {
     return $inst->implSuite(__FILE__);
   }
 }
-