Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 3269c0b

Browse files
authored
Merge pull request #69 from alepeino/getter
Call mailer getter in seeInSubjects
2 parents bb5ff80 + 5c5e08c commit 3269c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/InteractsWithMail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function seeInSubjects($subjects)
132132
$subjects = (array) $subjects;
133133

134134
foreach ($subjects as $subject) {
135-
$this->assertTrue(in_array($subject, $this->mailer->subjects()->all()));
135+
$this->assertTrue(in_array($subject, $this->getMailer()->subjects()->all()));
136136
}
137137
}
138138

0 commit comments

Comments
 (0)