Fix undefined classes and functions [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-26 18:48:57 +03:00
committed by amine-mp
parent 09a1411c81
commit 17b578a09f
13 changed files with 45 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ class StatisticsUnsubscribesTest extends \MailPoetTest {
}
public function _after() {
ORM::for_table(StatisticsUnsubscribes::$_table)
->deleteMany();
StatisticsUnsubscribes::deleteMany();
}
}