Fix undefined classes and functions [MAILPOET-2488]
This commit is contained in:
@ -423,7 +423,7 @@ class SubscriberTest extends \MailPoetTest {
|
||||
}
|
||||
|
||||
public function testItCanCreateOrUpdateMultipleRecords() {
|
||||
ORM::forTable(Subscriber::$_table)->deleteMany();
|
||||
Subscriber::deleteMany();
|
||||
$columns = [
|
||||
'first_name',
|
||||
'last_name',
|
||||
|
Reference in New Issue
Block a user