*/
public function tearDown(): void {
$this->quickCleanUpFinancialEntities();
+ $this->quickCleanup(['civicrm_campaign']);
$this->relationshipTypeDelete($this->relationshipTypeID);
if ($this->callAPISuccessGetCount('membership', ['id' => $this->membershipTypeID])) {
$this->membershipTypeDelete(['id' => $this->membershipTypeID]);
* @throws \CRM_Core_Exception
*/
public function tearDown(): void {
- $this->quickCleanup(['civicrm_contact'], TRUE);
+ $this->quickCleanup(['civicrm_contact', 'civicrm_campaign'], TRUE);
parent::tearDown();
}
public function tearDown(): void {
$this->quickCleanUpFinancialEntities();
+ $this->quickCleanup(['civicrm_campaign']);
$this->restoreMembershipTypes();
parent::tearDown();
}
*/
public function tearDown(): void {
$this->quickCleanUpFinancialEntities();
+ $this->quickCleanup(['civicrm_campaign']);
parent::tearDown();
}
public function tearDown(): void {
$this->quickCleanUpFinancialEntities();
+ $this->quickCleanup(['civicrm_campaign']);
parent::tearDown();
}