File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Test/Unit/Model/Order/Email/Sender
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Framework \DataObject ;
18
18
19
19
/**
20
- * Class ShipmentSender
20
+ * Class for shipment email notification sender
21
21
*
22
+ * @deprecated since this class works only with the concrete model and no data interface
23
+ * @see \Magento\Sales\Model\Order\Shipment\Sender\EmailSender
22
24
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23
25
*/
24
26
class ShipmentSender extends Sender
Original file line number Diff line number Diff line change 8
8
use Magento \Sales \Model \Order \Email \Sender \ShipmentSender ;
9
9
10
10
/**
11
- * Test for Magento\Sales\Model\Order\Email\Sender\ShipmentSender class.
11
+ * Test for Magento\Sales\Model\Order\Email\Sender\ShipmentSender class
12
+ *
13
+ * @deprecated since ShipmentSender is deprecated
14
+ * @see \Magento\Sales\Model\Order\Email\Sender\ShipmentSender
12
15
*/
13
16
class ShipmentSenderTest extends AbstractSenderTest
14
17
{
Original file line number Diff line number Diff line change 10
10
11
11
/**
12
12
* @magentoAppArea frontend
13
+ *
14
+ * @deprecated since ShipmentSender is deprecated
15
+ * @see \Magento\Sales\Model\Order\Email\Sender\ShipmentSender
13
16
*/
14
17
class ShipmentSenderTest extends \PHPUnit \Framework \TestCase
15
18
{
You can’t perform that action at this time.
0 commit comments