INFRA-132 - Remove extra spaces around '.'
[civicrm-core.git] / tests / phpunit / WebTest / AllTests.php
index d37005a9cccb6e0974daf89392bb986072076274..f6bb7f4c7c867dcdced56e42d49bf0ad716b7253 100644 (file)
@@ -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__);
   }
 }
-