tests - add autogenerated comment blocks
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 03:37:39 +0000 (15:37 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 03:37:39 +0000 (15:37 +1200)
73 files changed:
tests/extensions/test.extension.manager.paymenttest/main.php
tests/extensions/test.extension.manager.reporttest/main.php
tests/extensions/test.extension.manager.searchtest/main.php
tests/phpunit/CRM/Activity/BAO/ActivityTest.php
tests/phpunit/CRM/Case/BAO/CaseTest.php
tests/phpunit/CRM/Case/PseudoConstantTest.php
tests/phpunit/CRM/Case/XMLRepositoryTest.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactSearchTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTypeTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/RelationshipTest.php
tests/phpunit/CRM/Core/BAO/CustomFieldTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableMultipleTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableSetGetTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableTest.php
tests/phpunit/CRM/Core/BAO/EmailTest.php
tests/phpunit/CRM/Core/BAO/IMTest.php
tests/phpunit/CRM/Core/BAO/OpenIDTest.php
tests/phpunit/CRM/Core/BAO/UFFieldTest.php
tests/phpunit/CRM/Core/DAO/AllCoreTablesTest.php
tests/phpunit/CRM/Core/DAOTest.php
tests/phpunit/CRM/Core/ManagedEntitiesTest.php
tests/phpunit/CRM/Core/Page/AJAXTest.php
tests/phpunit/CRM/Core/Permission/BaseTest.php
tests/phpunit/CRM/Core/Permission/GenericTest.php
tests/phpunit/CRM/Core/Permission/JoomlaTest.php
tests/phpunit/CRM/Core/RegionTest.php
tests/phpunit/CRM/Core/Smarty/plugins/CrmScopeTest.php
tests/phpunit/CRM/Core/TransactionTest.php
tests/phpunit/CRM/Dedupe/DedupeFinderTest.php
tests/phpunit/CRM/Extension/BrowserTest.php
tests/phpunit/CRM/Extension/Container/BasicTest.php
tests/phpunit/CRM/Extension/Container/StaticTest.php
tests/phpunit/CRM/Extension/InfoTest.php
tests/phpunit/CRM/Extension/Manager/ModuleTest.php
tests/phpunit/CRM/Extension/Manager/ReportTest.php
tests/phpunit/CRM/Extension/Manager/SearchTest.php
tests/phpunit/CRM/Extension/MapperTest.php
tests/phpunit/CRM/Group/Page/AjaxTest.php
tests/phpunit/CRM/UF/Page/ProfileEditorTest.php
tests/phpunit/CRM/Utils/ArrayTest.php
tests/phpunit/CRM/Utils/Cache/SqlGroupTest.php
tests/phpunit/CRM/Utils/DeprecatedUtilsTest.php
tests/phpunit/CRM/Utils/FileTest.php
tests/phpunit/CRM/Utils/GlobalStackTest.php
tests/phpunit/CRM/Utils/HookTest.php
tests/phpunit/CRM/Utils/HtmlToTextTest.php
tests/phpunit/CRM/Utils/HttpClientTest.php
tests/phpunit/CRM/Utils/MailTest.php
tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php
tests/phpunit/CRM/Utils/NumberTest.php
tests/phpunit/CRM/Utils/RestTest.php
tests/phpunit/CRM/Utils/RuleTest.php
tests/phpunit/CRM/Utils/SQL/SelectTest.php
tests/phpunit/CRM/Utils/StringTest.php
tests/phpunit/CRM/Utils/SystemTest.php
tests/phpunit/CRM/Utils/TypeTest.php
tests/phpunit/CiviTest/AuthorizeNet.php
tests/phpunit/CiviTest/Contact.php
tests/phpunit/CiviTest/ContributionPage.php
tests/phpunit/CiviTest/Custom.php
tests/phpunit/CiviTest/Event.php
tests/phpunit/CiviTest/Membership.php
tests/phpunit/CiviTest/PCP.php
tests/phpunit/CiviTest/Participant.php
tests/phpunit/CiviTest/PaypalPro.php
tests/phpunit/WebTest/Event/EventListingTest.php
tests/phpunit/api/v3/CustomSearchTest.php
tests/phpunit/api/v3/dataset/resolver/api/v3/Contact/ExampleAction2.php
tests/phpunit/api/v3/dataset/resolver/api/v3/Generic/ExampleAction1.php
tests/phpunit/api/v3/dataset/resolver/api/v3/Generic/ExampleAction2.php
tests/phpunit/api/v3/dataset/resolver/api/v3/TestEntity.php

index eb22a9975e03171094599ef4d5f46c1285e5c93f..fb683c3af940ef1f5ccaae3b3f701a395978ab67 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class test_extension_manager_paymenttest
+ */
 class test_extension_manager_paymenttest extends CRM_Core_Payment {
   static private $_singleton = NULL;
 
index 34d81f0ee9d8fa29ee30612447eb1715b605346b..a0415cac889a33ccfb260b4a3e955afe55b6d876 100644 (file)
@@ -1,6 +1,12 @@
 <?php
 
+/**
+ * Class test_extension_manager_reporttest
+ */
 class test_extension_manager_reporttest extends CRM_Core_Report {
+  /**
+   *
+   */
   function __construct() {
     $logging        = new CRM_Logging_Schema;
     $this->tables[] = 'civicrm_contact';
index dd6b15cd246b0b9db0e7ca8d8db5fe69b152f005..f3e195f2723ee7849d955b1cffc422a73cb7e262 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 
 require_once 'CRM/Contact/Form/Search/Custom/Base.php';
+
+/**
+ * Class test_extension_manager_searchtest
+ */
 class test_extension_manager_searchtest extends CRM_Contact_Form_Search_Custom_Base implements CRM_Contact_Form_Search_Interface {
   /**
    * @param $formValues
index b52b2b105b5c8211e3e2f3086bc2f3e986a19e0d..41c767ff13fb11aca25105aca82de3950f315aa4 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Activity_BAO_ActivityTest
+ */
 class CRM_Activity_BAO_ActivityTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Activity BAOs',
index 53fb7a406e873313c6b5b4e02fd3aea6345f3ac1..a76ac9e2443bb57e72141c64d550517ece844f91 100644 (file)
@@ -1,7 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Case_BAO_CaseTest
+ */
 class CRM_Case_BAO_CaseTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Case BAOs',
index 7e3c6058347e657d6e81de2f5a8ed17da9896bc3..9e6394b01a0f0a82987821af8729dd9eeefd5b95 100644 (file)
@@ -1,7 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Case_PseudoConstantTest
+ */
 class CRM_Case_PseudoConstantTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Case PseudoConstants',
index 46cd28db017cbb21e9aa52a6c4b8800528f4e02e..be2a6d9d66a070b079a7d934c656d3f6a4254d9a 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Case_XMLRepositoryTest
+ */
 class CRM_Case_XMLRepositoryTest extends CiviUnitTestCase {
   protected $fixtures = array();
 
@@ -159,4 +162,4 @@ class CRM_Case_XMLRepositoryTest extends CiviUnitTestCase {
     $this->assertEquals(2, $repo->getRelationshipReferenceCount('Second Role'));
     $this->assertEquals(1, $repo->getRelationshipReferenceCount('Third Role'));
   }
-}
\ No newline at end of file
+}
index 6e843737cbe770c7b1e562f0d498875f1d71684a..184744c7c23e392ead948ecab56335e6b380b3c9 100644 (file)
@@ -2,7 +2,14 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactTest
+ */
 class CRM_Contact_BAO_ContactTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Contact BAOs',
index 26ffd797fd1b6c78bb88e7da7839ff2d2b3eea3f..c576fdf8f2257900ecc207ad4396954901be98e2 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactType_ContactSearchTest
+ */
 class CRM_Contact_BAO_ContactType_ContactSearchTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Contact Serach Subtype',
index dc227aa1d2e14882d1e43b9b044bcf5089293f29..af6afa3a901faa2974f87b6478ed4120dc926b83 100644 (file)
@@ -1,6 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactType_ContactTest
+ */
 class CRM_Contact_BAO_ContactType_ContactTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Contact Subtype',
index ae01d56fd1bdc02e25385ec922664af11e719cb0..f05951b6512453ec051418861606aa7d52796443 100644 (file)
@@ -1,6 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactType_ContactTypeTest
+ */
 class CRM_Contact_BAO_ContactType_ContactTypeTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Contact Subtype',
index dea3411ca856f59bb4d3fe5ff91448dd3cd4cf6b..d33dcfbcca2ba2897c149bc0261de8cd86fc6008 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactType_RelationshipTest
+ */
 class CRM_Contact_BAO_ContactType_RelationshipTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Relationship Subtype',
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',
index f69954c5d243ce2b3dccf27664c2ae44532c8aa3..55d97666b3576b5bd6e35d0dea6a951f4c47c3a3 100644 (file)
@@ -3,7 +3,14 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
+
+/**
+ * Class CRM_Core_BAO_CustomValueTableMultipleTest
+ */
 class CRM_Core_BAO_CustomValueTableMultipleTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Custom Value Table BAOs (multipe value)',
index 7fbbb836cdb5f683fe4c9f751ab943c19d62fed3..9543bee8b8d7424183a58bc160f71f5a78544218 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_CustomValueTableSetGetTest
+ */
 class CRM_Core_BAO_CustomValueTableSetGetTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Custom Value Table BAO setValues and getValues',
index 727b7a5f6b193b0ea1482f333c33e730185ae228..d93b649fa12b3ef58148d5e032d694b01c0b1d52 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_CustomValueTableTest
+ */
 class CRM_Core_BAO_CustomValueTableTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Custom Value Table BAOs',
index c20a3d12ba13038bddb1492138ff7c6c07bc2e62..3ca6ab6c0665e29ba7d7df7f4545b08d0497dc52 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Core_BAO_EmailTest
+ */
 class CRM_Core_BAO_EmailTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Email BAOs',
index f8263cdd3b232855a1e2f40c2ec83110a226b698..f3a45feb5d55325c05449ce7e654aba601605161 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Core_BAO_IMTest
+ */
 class CRM_Core_BAO_IMTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'IM BAOs',
index 491aa36980e3a6f633444a25a95d46ae6bbf731c..1e9305367e91b8bd4fd407c463e7019a9833c4a2 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Core_BAO_OpenIDTest
+ */
 class CRM_Core_BAO_OpenIDTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'OpenID BAOs',
index 1b8c4ed8e99593a264c8df9f4b80035d202eab4a..2e084ff3a57774581604b5e262a0d28116ee2c1b 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Core_BAO_UFFieldTest
+ */
 class CRM_Core_BAO_UFFieldTest extends CiviUnitTestCase {
 
   function setUp() {
index ecff916268b8d5458390c3b9c28b5d29e5dcb718..325a35c465600dafb9f824b3c640b085f6f7122a 100644 (file)
@@ -1,9 +1,13 @@
 <?php
 
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Core_DAO_AllCoreTablesTest
+ */
 class CRM_Core_DAO_AllCoreTablesTest extends CiviUnitTestCase {
   public function testGetTableForClass() {
     $this->assertEquals('civicrm_email', CRM_Core_DAO_AllCoreTables::getTableForClass('CRM_Core_DAO_Email'));
     $this->assertEquals('civicrm_email', CRM_Core_DAO_AllCoreTables::getTableForClass('CRM_Core_BAO_Email'));
   }
-}
\ No newline at end of file
+}
index c14ebede5badf94f077ae3eaa40afa7ad28066b0..de909cd39cdb0f6cbc5e4bad57314d5b9954b073 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Core_DAOTest
+ */
 class CRM_Core_DAOTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'    => 'DAO',
index bd0b99795381e29d3f0bd8f7ca3356bf00e73aab..f0517bb31bf7b906e10f0532bb4eb367d95b91bb 100644 (file)
@@ -2,7 +2,13 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_ManagedEntitiesTest
+ */
 class CRM_Core_ManagedEntitiesTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'    => 'ManagedEntities',
index 0c37781258f48fbbd9d93a3f792c2efd29b09d11..0425e75fed1f0ad64de0d5882b75ccd71580e8a4 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_Page_AJAXTest
+ */
 class CRM_Core_Page_AJAXTest extends CiviUnitTestCase {
   public function testCheckAuthz() {
     $cases = array();
index 606637ce509c4c9852ba0ae3720ce13ef2130211..54e6de6cd9807f8d14d158c9e8b2881108214174 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_Permission_BaseTest
+ */
 class CRM_Core_Permission_BaseTest extends CiviUnitTestCase {
 
   /**
index 90459c5e0a63b0554515440372ca090b7983a1f3..4aebdd7eedf7dfa93d81f894a8f4e11fd0a60943 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_Permission_GenericTest
+ */
 class CRM_Core_Permission_GenericTest extends CiviUnitTestCase {
 
   /**
index adc2bd2ea3ba67133e9a71301966a062bff575ad..d2f49855a1f614c4415206f7d98813215b64d501 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_Permission_JoomlaTest
+ */
 class CRM_Core_Permission_JoomlaTest extends CiviUnitTestCase {
 
   /**
index 2b50586f83b3f6aebeea2027170ceb2c545ebf7f..14996a36c8a39d1b67430512947392fee8635ce6 100644 (file)
@@ -2,7 +2,13 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_RegionTest
+ */
 class CRM_Core_RegionTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'    => 'Region',
index 90a7fe8bcc12ca2a6f9ed58809791c290c1db165..3f3c3c729abba74186b60197d7ab5eb690e6a9b4 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Core_Smarty_plugins_CrmScopeTest
+ */
 class CRM_Core_Smarty_plugins_CrmScopeTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index 716946b33ab9239f5f8ed2a6f7edfeceb4ad4022..701824a1aab80121ce85cef28ead3c520abd4c79 100644 (file)
@@ -2,6 +2,10 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
+
+/**
+ * Class CRM_Core_TransactionTest
+ */
 class CRM_Core_TransactionTest extends CiviUnitTestCase {
 
   function setUp() {
index ae47b1bfdfd6457e67568ff7c866d4d2caf7f38d..c3eac71f4e57e28ec45a3a72de5e38599190d02f 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Dedupe_DedupeFinderTest
+ */
 class CRM_Dedupe_DedupeFinderTest extends CiviUnitTestCase {
   function testFuzzyDupes() {
     // make dupe checks based on based on following contact sets:
index b64babff65bce3e0babeb4c2f7497658c3481b6e..08e5d5e16c21c510668c8d95ef3c91fff1e664ab 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_BrowserTest
+ */
 class CRM_Extension_BrowserTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index ed50f94c6b114cf42bb80472c3ddac3761688101..e9c59eeac7f653a39b7fc484da8d92471a785935 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_Container_BasicTest
+ */
 class CRM_Extension_Container_BasicTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index b46278eb87fde94893de3692048530b4f7107dbf..4a45474184a3d4ca2fb90dc88ba96188e5bef897 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_Container_StaticTest
+ */
 class CRM_Extension_Container_StaticTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index e71561ebcd6122290f9a0359cf8421ad253dccda..03150a12c85e709517cc2e4ef5433a48fe72444c 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_InfoTest
+ */
 class CRM_Extension_InfoTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index bb69fcb91375279eef0a1444df9d789a855e5763..dfc2a370546d8818fc726e28da2dd1c73e6c33be 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_Manager_ModuleTest
+ */
 class CRM_Extension_Manager_ModuleTest extends CiviUnitTestCase {
   //@todo make BAO enotice compliant  & remove the line below
   // WARNING - NEVER COPY & PASTE $_eNoticeCompliant = FALSE
index 229c1cc64427f954c7472861067bae2dbcf62dd2..5ad24952786b350913a46100e2b4923d78f969c9 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_Manager_ReportTest
+ */
 class CRM_Extension_Manager_ReportTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index 8987090d2c08cc2a614db6c88e38b28a40a7a9a3..90a2f933d162f5c92f03a014c2d19efc12c72aab 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_Manager_SearchTest
+ */
 class CRM_Extension_Manager_SearchTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index 4cca70080c69851711cad0b63ea744fd4e3e35ce..999d1da1e1f0ca6bc8fac1db5062b0d4f2d030ed 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Extension_MapperTest
+ */
 class CRM_Extension_MapperTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index b132705eadacacdc080f44317bcb602e967935fa..257afdec4dcfb492aa785d26ec9cedd7507dcd25 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Group_Page_AjaxTest
+ */
 class CRM_Group_Page_AjaxTest extends CiviUnitTestCase {
   /**
    * Permissioned group is used both as an active group the contact can see and as a group that allows
index 762e5fed9ec801c0a2337c3f9f17199119aac7e9..55433d3eda1a83f6d6bcdddca6a234d441353e68 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_UF_Page_ProfileEditorTest
+ */
 class CRM_UF_Page_ProfileEditorTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index 9f636714e33e388f72cacd348dfe0bafd1bfca49..a346dfa79da4ded0242c89e252c1e73eaf7443cf 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_ArrayTest
+ */
 class CRM_Utils_ArrayTest extends CiviUnitTestCase {
   function testBreakReference() {
     // Get a reference and make a change
index d8785186d3d15c9814f1ba2520b0bdd6ee7ddc4b..7861c6e30aa70a66487550fe12541db66309bd3b 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_Cache_SqlGroupTest
+ */
 class CRM_Utils_Cache_SqlGroupTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
index fd84c662b386a3e813716fd080b2ff0955816dbc..6405ce5cea1f216d09d6118f6ad03fcecc683bb8 100644 (file)
@@ -3,8 +3,14 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CRM/Utils/DeprecatedUtils.php';
 
+/**
+ * Class CRM_Utils_DeprecatedUtilsTest
+ */
 class CRM_Utils_DeprecatedUtilsTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'      => 'Deprecated Utils Test',
index 02b797d08b16d1f9eeaf04f29bac30d6640addfe..7235c4ca11e2add72c29f2e1599d60fcc90e539f 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_FileTest
+ */
 class CRM_Utils_FileTest extends CiviUnitTestCase {
   function testIsChildPath() {
     $testCases = array();
index 685cfce14b2cabb3b0391b2466372caaaefb2bfd..6c2c417f7cc32df55738add53ee27265c424cac0 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_GlobalStackTest
+ */
 class CRM_Utils_GlobalStackTest extends CiviUnitTestCase {
 
   public function testPushPop() {
index 54a8353c559243abbb443e3bbe422ae9ff324f59..a9b678b32dd0acfa5a2f69ca3d901a005ea653c6 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_HookTest
+ */
 class CRM_Utils_HookTest extends CiviUnitTestCase {
 
   static $activeTest = NULL;
index 61088839c52ece2fd776778db2f663be965268e7..738eba3e7cef5fffaa66d6fbc2055684cadaf431 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_HtmlToTextTest
+ */
 class CRM_Utils_HtmlToTextTest extends CiviUnitTestCase {
   protected $_testInput = array(
     '<br><p>' => '', // empty test
index 445f271bb26d798c567decd001a0fd6900ee091d..613ae41bf749ede3c903621cfa34b791259f84cb 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_HttpClientTest
+ */
 class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
 
   const VALID_HTTP_URL = 'http://sandbox.civicrm.org/';
index 8dae442176cf052875c5e7546d13e68223958c6b..a403c58a2e0de0e2224dd39c62cca9b744d57b19 100644 (file)
@@ -1,6 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_MailTest
+ */
 class CRM_Utils_MailTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Mail Test',
index 4424aec7fa70cf70b66805b2a9e8f1eaa01882ce..2501fe603f3ab8cff5690d3fe6d88cead4ee3cf3 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_Migrate_ImportExportTest
+ */
 class CRM_Utils_Migrate_ImportExportTest extends CiviUnitTestCase {
   protected $_apiversion;
 
index 18c931bb9d397de3ec64bfaf18b3bce97baee0f1..7213ff8eeadd790e97fbc04232b937c69e25f613 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_NumberTest
+ */
 class CRM_Utils_NumberTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function randomDecimalCases() {
     $cases = array();
     // array(array $precision, int $expectedMinInclusive, int $expectedMaxExclusive)
index 48aa05f9d8603df4efcacbcf50a67594792fd405..9508cc5f0d223dc523c1170cca6a04624d955b18 100644 (file)
@@ -1,6 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_RestTest
+ */
 class CRM_Utils_RestTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Rest Test',
index e3e716c04590c3f36f3632d92c47de49e8f49970..2649183e368d1c0825b3b96fc8e1ff76ba90702c 100644 (file)
@@ -2,8 +2,14 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_RuleTest
+ */
 class CRM_Utils_RuleTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'      => 'Rule Test',
index 9443d3f91f22a8f09d93a3be23aa3245c3c9bde6..0bd1c399fb352d14ea2126c818e303a718e5c913 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_SQL_SelectTest
+ */
 class CRM_Utils_SQL_SelectTest extends CiviUnitTestCase {
   function testGetDefault() {
     $select = CRM_Utils_SQL_Select::from('foo bar');
index 25e362e755962efc0769f23b535a5b58f464634d..f73d36f447a7b12ab0aefcbad6443b77c6d4835b 100644 (file)
@@ -1,6 +1,13 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_StringTest
+ */
 class CRM_Utils_StringTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'String Test',
index 37f065b8681fe50847b669d0a9b709722b90e9b0..0634a1d6c9008c97d7001774bf7cd5442ba148bb 100644 (file)
@@ -2,8 +2,14 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_SystemTest
+ */
 class CRM_Utils_SystemTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'      => 'System Test',
index 96150abc54c505daf33bc5d436902e68b05eb92d..c87765aeea1520f0a932c68c981424e6d676d2fa 100644 (file)
@@ -2,8 +2,14 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class CRM_Utils_TypeTest
+ */
 class CRM_Utils_TypeTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'      => 'Type Test',
index dc354b6e63107a2286c6165675660e9d20eb5f44..f39e0027d45ac14fac86f444aa99179275aca445 100644 (file)
@@ -10,6 +10,9 @@ class AuthorizeNet extends PHPUnit_Framework_Testcase {
      *
      * @return $paymentProcessor id of created payment processor
      */
+  /**
+   * @return CRM_Financial_DAO_PaymentProcessor
+   */
   function create() {
 
     $paymentProcessor = new CRM_Financial_DAO_PaymentProcessor();
index 3ace84dd973bf13479ef50a4739aee6f846f6f80..b5aa0dfc87ecf21d4e7bbf08ef5486d8a7a2878e 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class Contact
+ */
 class Contact extends CiviUnitTestCase {
   /**
    * Helper function to create
index cb9c0fee6a7a277c4a3ef3d1e86d9c7ea72318d1..93c172deed006ff3005a022444e363961cbe8a08 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class ContributionPage
+ */
 class ContributionPage extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create
index 2d9dbc4dab403101179e67241b1d5e7c5787b976..fe871a49f057b268925a7b55d1672ff0ddf5b9db 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class Custom
+ */
 class Custom extends CiviUnitTestCase {
   /**
    * Helper function to create Custom Group
index 26631d8713ed89fb8e0734e26fb78378cb00517d..705a66cef6f0f8637e6f930e455605b818ab795f 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class Event
+ */
 class Event extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create
index 8f48e355b6637ea832f352232a3559dfb3853f4e..21bce76d06a51e425fc38e75994363863e4aae50 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'Contact.php';
+
+/**
+ * Class Membership
+ */
 class Membership extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create membership type
index 1332685251abe30886b8bc0e6e2013694075feee..19b72f943b75604fe95654492977cae741fc13e2 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class PCPBlock
+ */
 class PCPBlock extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create a PCP Block for Contribution Page
index 31bd0c680451d2962624c90a6bacd2b696cfa88f..cdd40bd8759f01b056aff54c332325705ebf5b7e 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class Participant
+ */
 class Participant extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create a Participant
index 0721bb98919f0799a510727aedd98e55f82d2db9..399d4cca36822ec685a47ff4f89569987b4b5ce0 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once "CRM/Financial/DAO/PaymentProcessor.php";
+
+/**
+ * Class PaypalPro
+ */
 class PaypalPro extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create
index 5aad33f7014b9071cb590dd988229869aaeea11c..535b776d27268dfaed749b7ef5967f43a1044426 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Event_EventListingTest
+ */
 class WebTest_Event_EventListingTest extends CiviSeleniumTestCase {
 
   protected function setUp() {
index fe6ad5e2dec9e304a7b0354cc81cc481d31b9adc..fe190a1924b1670f42767b188528bd1d77467f79 100644 (file)
@@ -2,6 +2,9 @@
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
+/**
+ * Class api_v3_CustomSearchTest
+ */
 class api_v3_CustomSearchTest extends CiviUnitTestCase {
   protected $_apiversion;
 
index e104a70ea10255affdae8b29d1fbd304baa0629d..debc7885a479404fabe02f1f8df0d4255f29527c 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @param $params
+ *
+ * @return array
+ */
 function civicrm_api3_contact_example_action2($params) {
   return civicrm_api3_create_success(
     array('0' => 'civicrm_api3_contact_example_action2 is ok'),
index 7d41667f75743520c952a598441687d6fc0c7b3b..34123294f56b73e1bfbafeec27aca72c90b9ccb2 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @param $apiRequest
+ *
+ * @return array
+ */
 function civicrm_api3_generic_example_action1($apiRequest) {
   return civicrm_api3_create_success(
     array('0' => 'civicrm_api3_generic_example_action1 is ok'),
index 4275733ad4baf135bde99141f71cc871e5e5d14b..213edeee05d0532f6674a62f70078a79f440c360 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @param $apiRequest
+ *
+ * @return array
+ */
 function civicrm_api3_generic_example_action2($apiRequest) {
   return civicrm_api3_create_success(
     array('0' => 'civicrm_api3_generic_example_action2 should not be called'),
index b8c11f81805c8c4769b51df2ede474bc8b7ca3b1..91e9a955d3ddaf561f6161ca435c4f87e0e916d0 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @param $params
+ *
+ * @return array
+ */
 function civicrm_api3_test_entity_example_action3($params) {
   return civicrm_api3_create_success(
     array('0' => 'civicrm_api3_test_entity_example_action3 is ok'),