File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist
lib/internal/Magento/Framework/Mail Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -217,3 +217,4 @@ Magento/Config/App/Config/Type
217
217
Magento/InventoryReservationCli/Test/Integration
218
218
Magento/InventoryAdminUi/Controller/Adminhtml
219
219
Magento/Newsletter/Model/Queue/TransportBuilder
220
+ Magento/Framework/Mail/Template/TransportBuilder
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ class EmailMessage implements EmailMessageInterface
50
50
*
51
51
* @throws MailException
52
52
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
53
+ * @SuppressWarnings(PHPMD.NPathComplexity)
54
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
53
55
*/
54
56
public function __construct (
55
57
MimeMessageInterface $ body ,
Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ class TransportBuilderTest extends \PHPUnit\Framework\TestCase
60
60
* @var \Magento\Framework\Mail\EmailMessageInterface|\PHPUnit\Framework\MockObject\MockObject
61
61
*/
62
62
private $ emailMessageMock ;
63
- /**
64
- * @var \PHPUnit\Framework\MockObject\MockObject
65
- */
66
- private $ mimePartFactoryMock ;
67
63
68
64
/**
69
65
* @return void
You can’t perform that action at this time.
0 commit comments