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()
55
55
}
56
56
57
57
/**
58
- * @return ::beforeSendPerformed
58
+ * @covers ::beforeSendPerformed
59
+ * @covers ::sendPerformed
59
60
*/
60
61
public function testHtmlBody ()
61
62
{
@@ -70,7 +71,7 @@ public function testHtmlBody()
70
71
}
71
72
72
73
/**
73
- * @return ::beforeSendPerformed
74
+ * @covers ::beforeSendPerformed
74
75
*/
75
76
public function testHtmlPart ()
76
77
{
@@ -87,7 +88,7 @@ public function testHtmlPart()
87
88
}
88
89
89
90
/**
90
- * @return ::__construct
91
+ * @covers ::__construct
91
92
*/
92
93
public function testDefaultConverterUsesInlineStylesBlock ()
93
94
{
@@ -105,8 +106,8 @@ public function testDefaultConverterUsesInlineStylesBlock()
105
106
}
106
107
107
108
/**
108
- * @return ::__construct
109
- * @return ::beforeSendPerformed
109
+ * @covers ::__construct
110
+ * @covers ::beforeSendPerformed
110
111
*/
111
112
public function testInjectedConveterIsUsedIsteadOfDefault ()
112
113
{
You can’t perform that action at this time.
0 commit comments