Fix tests, code typos and style

This commit is contained in:
Amine Ben hammou
2019-03-11 19:34:42 +01:00
committed by M. Shull
parent afe7aa0a54
commit 114a8281a9
8 changed files with 23 additions and 8 deletions

View File

@ -57,6 +57,7 @@ class UserFlagsTest extends \MailPoetTest {
}
function _after() {
UserFlagsController::clear();
\ORM::forTable(UserFlag::$_table)->deleteMany();
}
}