*/
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();
}
/**
- * Create() method with custom data
+ * Create() method with custom data.
*/
public function testCreateWithCustomData() {
$contactId = Contact::createIndividual();