We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766a6ab commit dcd807bCopy full SHA for dcd807b
dev/tests/integration/testsuite/Magento/Newsletter/Model/SubscriberTest.php
@@ -22,7 +22,7 @@
22
class SubscriberTest extends TestCase
23
{
24
private const CONFIRMATION_SUBSCRIBE = 'You have been successfully subscribed to our newsletter.';
25
- const CONFIRMATION_UNSUBSCRIBE = 'You have been unsubscribed from the newsletter.';
+ private const CONFIRMATION_UNSUBSCRIBE = 'You have been unsubscribed from the newsletter.';
26
27
/** @var ObjectManagerInterface */
28
private $objectManager;
0 commit comments