From b19cd09cca57b6daae9e1ed4078cbdcef2e2d3c4 Mon Sep 17 00:00:00 2001 From: Anthoula Wojczak Date: Tue, 23 Apr 2019 12:49:09 -0500 Subject: [PATCH] MC-13900: Email to a Friend updates - add doc comment --- .../SendFriend/Controller/Product/CustomerSendmailTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/tests/integration/testsuite/Magento/SendFriend/Controller/Product/CustomerSendmailTest.php b/dev/tests/integration/testsuite/Magento/SendFriend/Controller/Product/CustomerSendmailTest.php index 686af841c7ff1..a94a96c5cbefb 100644 --- a/dev/tests/integration/testsuite/Magento/SendFriend/Controller/Product/CustomerSendmailTest.php +++ b/dev/tests/integration/testsuite/Magento/SendFriend/Controller/Product/CustomerSendmailTest.php @@ -17,6 +17,9 @@ use Magento\Framework\Message\MessageInterface; use Magento\Captcha\Helper\Data as CaptchaHelper; +/** + * Class CustomerSendmailTest + */ class CustomerSendmailTest extends AbstractController { /**