Testcase: Changes in comments and update class name
authorunknown <priyanka.karan26@gmail.com>
Thu, 11 Sep 2014 13:07:15 +0000 (14:07 +0100)
committerdeepak-srivastava <deepak.srivastava.0303@gmail.com>
Fri, 3 Oct 2014 08:55:17 +0000 (09:55 +0100)
tests/phpunit/CRM/Core/BAO/RecurringEntityTest.php

index c55fb6df3dc3fff70049cb8245848306893bbb83..aaf3390989ca92fac9966212a1fe489fa825005f 100644 (file)
 */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
-require_once "CRM/Core/BAO/RecurringEntity.php";
+require_once 'CRM/Core/BAO/RecurringEntity.php';
 
 /**
- * Class CRM_Event_BAO_RecurringEntityTest
+ * Class CRM_Core_BAO_RecurringEntityTest
  */
-class CRM_Event_BAO_RecurringEntityTest extends CiviUnitTestCase {
+class CRM_Core_BAO_RecurringEntityTest extends CiviUnitTestCase {
   /**
    * @return array
    */
@@ -59,7 +59,7 @@ class CRM_Event_BAO_RecurringEntityTest extends CiviUnitTestCase {
   }
 
   /**
-   * add() method for RecurringEntity 
+   * quickAdd() method for RecurringEntity 
    */
   function testAdd() {
     if( $this->_parentID ){
@@ -130,6 +130,9 @@ class CRM_Event_BAO_RecurringEntityTest extends CiviUnitTestCase {
     }
   }
   
+  /**
+   * Check change occurs across related entities for RecurringEntity 
+   */
   function testModifyEntity() {
     /**
      * Lets modify an activity and see if other related activities get cascaded