Skip to content

Commit f8a6738

Browse files
committed
Correct a method name.
1 parent 8a7b12b commit f8a6738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailCatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function _initialize()
4747
public function _before(TestCase $test)
4848
{
4949
if ($this->resetBeforeEachTest) {
50-
$this->resetEmails();
50+
$this->removeEmails();
5151
}
5252
}
5353

0 commit comments

Comments
 (0)