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

@ -423,7 +423,7 @@ class SubscriberTest extends \MailPoetTest {
}
public function testItCanCreateOrUpdateMultipleRecords() {
ORM::forTable(Subscriber::$_table)->deleteMany();
Subscriber::deleteMany();
$columns = [
'first_name',
'last_name',