Skip to content

Commit 3bb64f4

Browse files
committed
Fix test coverage
1 parent 6776750 commit 3bb64f4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/src/CssInlinerPluginTest.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)