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

Commit b0fb7d8

Browse files
committed
Update comment
1 parent 1966b0d commit b0fb7d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MailTracking.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
/**
99
* Class MailTracking
1010
*
11-
* Trait to mixin to your test to allow for custom assertions when using PHPUnit with Laravel.
11+
* 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).
1213
*
1314
* This originally started out as a copy & paste from a video series that Jeffrey Way did on laracasts.com. If you do
1415
* not have an account on Laracasts, you should get one. It is an amazing resource to learn from. We used that

0 commit comments

Comments
 (0)