tests - add autogenerated comment blocks
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / CustomFieldTest.php
index d375fb18382316ac912ebf1fe18a707974fb9112..46f19e44a89966471a5e6be3a2a01640fbb0d067 100644 (file)
@@ -2,7 +2,14 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
+
+/**
+ * Class CRM_Core_BAO_CustomFieldTest
+ */
 class CRM_Core_BAO_CustomFieldTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Custom Field BAOs',