add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / ContactTypeTest.php
index fa30954831fc99fb1f235f83de3b2da0e8c87e3c..44f4357153845f0b7422a10fa62159c711dc33af 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 
 
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class api_v3_ContactTypeTest
+ */
 class api_v3_ContactTypeTest extends CiviUnitTestCase {
   protected $_apiversion;