Skip to content

Commit 53ed515

Browse files
add Copyright
1 parent 673edbe commit 53ed515

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/CatalogUrlRewriteGraphQl/Test/Unit/Model/Resolver/CategoryUrlSuffixTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
27
namespace Magento\CatalogUrlRewriteGraphQl\Test\Unit\Model\Resolver;
38

49
use Magento\CatalogUrlRewriteGraphQl\Model\Resolver\CategoryUrlSuffix;

app/code/Magento/CatalogUrlRewriteGraphQl/Test/Unit/Model/Resolver/ProductUrlSuffixTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
27
namespace Magento\CatalogUrlRewriteGraphQl\Test\Unit\Model\Resolver;
38

49
use Magento\CatalogUrlRewriteGraphQl\Model\Resolver\ProductUrlSuffix;

0 commit comments

Comments
 (0)