minor comment fixes
authoreileenmcnaugton <eileen@fuzion.co.nz>
Wed, 2 Sep 2015 04:07:24 +0000 (16:07 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Wed, 2 Sep 2015 04:07:24 +0000 (16:07 +1200)
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php

index 2e92fadc1176c489f52676ac4b99974fc4cd44c9..dac08b402ac2a1036cf2b2c49c7bb6d4213d7b2e 100644 (file)
@@ -35,15 +35,8 @@ require_once 'CiviTest/Custom.php';
  */
 class CRM_Contribute_BAO_ContributionTest extends CiviUnitTestCase {
 
-  public function setUp() {
-    parent::setUp();
-  }
-
-  public function teardown() {
-  }
-
   /**
-   * Create() method (create and update modes)
+   * Create() method (create and update modes).
    */
   public function testCreate() {
     $contactId = Contact::createIndividual();
@@ -90,7 +83,7 @@ class CRM_Contribute_BAO_ContributionTest extends CiviUnitTestCase {
   }
 
   /**
-   * Create() method with custom data
+   * Create() method with custom data.
    */
   public function testCreateWithCustomData() {
     $contactId = Contact::createIndividual();