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

@ -77,7 +77,6 @@ class SubscriberCustomFieldTest extends \MailPoetTest {
}
public function _after() {
ORM::forTable(SubscriberCustomField::$_table)
->deleteMany();
SubscriberCustomField::deleteMany();
}
}