Skip to content

Commit dcd807b

Browse files
committed
#27357 Add missing visibility
1 parent 766a6ab commit dcd807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Newsletter/Model/SubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class SubscriberTest extends TestCase
2323
{
2424
private const CONFIRMATION_SUBSCRIBE = 'You have been successfully subscribed to our newsletter.';
25-
const CONFIRMATION_UNSUBSCRIBE = 'You have been unsubscribed from the newsletter.';
25+
private const CONFIRMATION_UNSUBSCRIBE = 'You have been unsubscribed from the newsletter.';
2626

2727
/** @var ObjectManagerInterface */
2828
private $objectManager;

0 commit comments

Comments
 (0)