File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ private function createMessage()
5555 }
5656
5757 /**
58- * @return ::beforeSendPerformed
58+ * @covers ::beforeSendPerformed
59+ * @covers ::sendPerformed
5960 */
6061 public function testHtmlBody ()
6162 {
@@ -70,7 +71,7 @@ public function testHtmlBody()
7071 }
7172
7273 /**
73- * @return ::beforeSendPerformed
74+ * @covers ::beforeSendPerformed
7475 */
7576 public function testHtmlPart ()
7677 {
@@ -87,7 +88,7 @@ public function testHtmlPart()
8788 }
8889
8990 /**
90- * @return ::__construct
91+ * @covers ::__construct
9192 */
9293 public function testDefaultConverterUsesInlineStylesBlock ()
9394 {
@@ -105,8 +106,8 @@ public function testDefaultConverterUsesInlineStylesBlock()
105106 }
106107
107108 /**
108- * @return ::__construct
109- * @return ::beforeSendPerformed
109+ * @covers ::__construct
110+ * @covers ::beforeSendPerformed
110111 */
111112 public function testInjectedConveterIsUsedIsteadOfDefault ()
112113 {
You can’t perform that action at this time.
0 commit comments