Skip to content

Commit b723246

Browse files
[ACQE-4664] Adding visibility to constant
1 parent 849274c commit b723246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteVisibilityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class ProductUrlRewriteVisibilityTest extends AbstractUrlRewriteTest
2222
{
23-
const URL_KEY_EMPTY_MESSAGE = 'Failed asserting URL key is empty for the given product';
23+
private const URL_KEY_EMPTY_MESSAGE = 'Failed asserting URL key is empty for the given product';
2424

2525
/** @var string */
2626
private $suffix;

0 commit comments

Comments
 (0)