Fix integration tests to work with updated codeception/verify
[MAILPOET-3203]
This commit is contained in:
committed by
Veljko V
parent
e85b4c6fec
commit
54727ad9a2
@ -22,7 +22,7 @@ class SubscriberPersonalDataEraserTest extends \MailPoetTest {
|
||||
|
||||
public function testExportWorksWhenSubscriberNotFound() {
|
||||
$result = $this->eraser->erase('email.that@doesnt.exists');
|
||||
expect($result)->internalType('array');
|
||||
expect($result)->array();
|
||||
expect($result)->hasKey('items_removed');
|
||||
expect($result['items_removed'])->equals(0);
|
||||
expect($result)->hasKey('done');
|
||||
|
Reference in New Issue
Block a user