From f43ac8d8f04e0e290540ebc0d8d681177fae2aa3 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Wed, 2 Sep 2015 16:07:24 +1200 Subject: [PATCH] minor comment fixes --- tests/phpunit/CRM/Contribute/BAO/ContributionTest.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php index 2e92fadc11..dac08b402a 100644 --- a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php @@ -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(); -- 2.25.1