Skip to content

Commit 79a299c

Browse files
committed
Remove method from module again after discussion on PR
1 parent e0f778f commit 79a299c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -804,15 +804,6 @@ public function grabLastSentEmail()
804804
return end($messages);
805805
}
806806

807-
/**
808-
* Deletes all sent emails.
809-
* @part email
810-
*/
811-
public function deleteSentEmails()
812-
{
813-
$this->client->clearEmails();
814-
}
815-
816807

817808

818809
/**

0 commit comments

Comments
 (0)