Skip to content

Commit

Permalink
Merge branch '2022.11' into 2023.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 16, 2024
2 parents 3461360 + 5f6d3cc commit 471b913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tine20/Felamimail/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,14 @@ protected function tearDown(): void
}
}

$aclCheck = Felamimail_Controller_Account::getInstance()->doContainerACLChecks(false);
foreach ($this->_accountsToClear as $account) {
try {
Felamimail_Controller_Account::getInstance()->delete([$account->getId()]);
} catch (Exception $e) {
}
}
Felamimail_Controller_Account::getInstance()->doContainerACLChecks($aclCheck);

parent::tearDown();

Expand Down

0 comments on commit 471b913

Please sign in to comment.