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

Commit 501b67a

Browse files
committed
Tweak comments
1 parent 0bab81d commit 501b67a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MailTracking.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
use Swift_Message;
77

88
/**
9-
* Class MailTracking
9+
* Trait MailTracking
1010
*
1111
* Trait to mixin to your test to allow for custom assertions when using PHPUnit with Laravel. This trait assumes
12-
* you are extending from the PHPUnit TestCase class (or a child of it).
12+
* you are using it from the PHPUnit TestCase class (or a child class of it).
1313
*
1414
* This originally started out as a copy & paste from a video series that Jeffrey Way did on laracasts.com. If you do
1515
* not have an account on Laracasts, you should get one. It is an amazing resource to learn from. We used that
@@ -41,7 +41,7 @@ trait MailTracking
4141
/**
4242
* Register a listener for new emails.
4343
*
44-
* This calls my PHPUnit before each test it runs. It registers the MailRecorder "plugin" with Swift, so that we
44+
* This calls our PHPUnit before each test it runs. It registers the MailRecorder "plugin" with Swift, so that we
4545
* can get a copy of each email that is sent during that test.
4646
*
4747
* @before

0 commit comments

Comments
 (0)