From: eileenmcnaugton Date: Wed, 2 Sep 2015 04:07:24 +0000 (+1200) Subject: minor comment fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f43ac8d8f04e0e290540ebc0d8d681177fae2aa3;p=civicrm-core.git minor comment fixes --- 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();