Skip to content

Commit 8b3f427

Browse files
committed
MC-18269: fix static tests
1 parent cc6f97f commit 8b3f427

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/internal/Magento/Framework/Mail/Test/Unit/Template/TransportBuilderTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@ protected function setUp()
9999
/**
100100
* @dataProvider getTransportDataProvider
101101
* @param int $templateType
102-
* @param string $messageType
103102
* @param string $bodyText
104103
* @param string $templateNamespace
105104
* @return void
106105
*/
107-
public function testGetTransport($templateType, $messageType, $bodyText, $templateNamespace)
106+
public function testGetTransport($templateType, $bodyText, $templateNamespace)
108107
{
109108
$this->builder->setTemplateModel($templateNamespace);
110109

@@ -168,13 +167,11 @@ public function getTransportDataProvider()
168167
return [
169168
[
170169
TemplateTypesInterface::TYPE_TEXT,
171-
MessageInterface::TYPE_TEXT,
172170
'Plain text',
173171
null
174172
],
175173
[
176174
TemplateTypesInterface::TYPE_HTML,
177-
MessageInterface::TYPE_HTML,
178175
'<h1>Html message</h1>',
179176
'Test\Namespace\Template'
180177
]

0 commit comments

Comments
 (0)