add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / CustomGroupTest.php
index 970d7dc2665d9d2b8d7b62e2a64e5ae67a5041bf..ae0d5d7effbfbc37461cd7d0601a3e30a7f55841 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.                                    |
  |                                                                    |
@@ -42,6 +42,9 @@ class api_v3_CustomGroupTest extends CiviUnitTestCase {
 
   public $DBResetRequired = TRUE;
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Custom Group Create',