fixed unit tests
This commit is contained in:
@ -210,7 +210,8 @@ class SubscriberTest extends MailPoetTest {
|
||||
expect($subscriber->email)->equals($this->data['email']);
|
||||
expect($subscriber->first_name)->equals($this->data['first_name']);
|
||||
expect($subscriber->last_name)->equals($this->data['last_name']);
|
||||
expect($subscriber->status)->equals('subscribed');
|
||||
// signup confirmation is enabled by default
|
||||
expect($subscriber->status)->equals(Subscriber::STATUS_UNCONFIRMED);
|
||||
expect($subscriber->deleted_at)->equals(null);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user