Completed
Push — master ( 4b9c43...1aa097 )
by Jimmy
03:46
created
src/MailTracking.php 1 patch
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * @param string             $bcc
93 93
      * @param Swift_Message|null $message
94 94
      *
95
-     * @return PHPUnit_Framework_TestCase $this
95
+     * @return MailTracking $this
96 96
      */
97 97
     protected function seeEmailBcc($bcc, Swift_Message $message = null)
98 98
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * @param string             $cc
109 109
      * @param Swift_Message|null $message
110 110
      *
111
-     * @return PHPUnit_Framework_TestCase $this
111
+     * @return MailTracking $this
112 112
      */
113 113
     protected function seeEmailCc($cc, Swift_Message $message = null)
114 114
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      * @param string             $excerpt
125 125
      * @param Swift_Message|null $message
126 126
      *
127
-     * @return PHPUnit_Framework_TestCase $this
127
+     * @return MailTracking $this
128 128
      */
129 129
     protected function seeEmailContains($excerpt, Swift_Message $message = null)
130 130
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      * @param string             $excerpt
141 141
      * @param Swift_Message|null $message
142 142
      *
143
-     * @return PHPUnit_Framework_TestCase $this
143
+     * @return MailTracking $this
144 144
      */
145 145
     protected function seeEmailDoesNotContain($excerpt, Swift_Message $message = null)
146 146
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      * @param string             $body
157 157
      * @param Swift_Message|null $message
158 158
      *
159
-     * @return PHPUnit_Framework_TestCase $this
159
+     * @return MailTracking $this
160 160
      */
161 161
     protected function seeEmailEquals($body, Swift_Message $message = null)
162 162
     {
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      * @param string             $sender
173 173
      * @param Swift_Message|null $message
174 174
      *
175
-     * @return PHPUnit_Framework_TestCase $this
175
+     * @return MailTracking $this
176 176
      */
177 177
     protected function seeEmailFrom($sender, Swift_Message $message = null)
178 178
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * @param string             $reply_to
190 190
      * @param Swift_Message|null $message
191 191
      *
192
-     * @return PHPUnit_Framework_TestCase $this
192
+     * @return MailTracking $this
193 193
      */
194 194
     protected function seeEmailReplyTo($reply_to, Swift_Message $message = null)
195 195
     {
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      *
205 205
      * @param integer $count
206 206
      *
207
-     * @return PHPUnit_Framework_TestCase $this
207
+     * @return MailTracking $this
208 208
      */
209 209
     protected function seeEmailsSent($count)
210 210
     {
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      * @param string             $subject
222 222
      * @param Swift_Message|null $message
223 223
      *
224
-     * @return PHPUnit_Framework_TestCase $this
224
+     * @return MailTracking $this
225 225
      */
226 226
     protected function seeEmailSubject($subject, Swift_Message $message = null)
227 227
     {
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
      * @param string             $recipient
239 239
      * @param Swift_Message|null $message
240 240
      *
241
-     * @return PHPUnit_Framework_TestCase $this
241
+     * @return MailTracking $this
242 242
      */
243 243
     protected function seeEmailTo($recipient, Swift_Message $message = null)
244 244
     {
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * Assert that no emails were sent.
253 253
      *
254
-     * @return PHPUnit_Framework_TestCase $this
254
+     * @return MailTracking $this
255 255
      */
256 256
     protected function seeEmailWasNotSent()
257 257
     {
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
     /**
264 264
      * Assert that at least one email was sent.
265 265
      *
266
-     * @return PHPUnit_Framework_TestCase $this
266
+     * @return MailTracking $this
267 267
      */
268 268
     protected function seeEmailWasSent()
269 269
     {
Please login to merge, or discard this patch.