Skip to content

Commit 673edbe

Browse files
fix static
1 parent ffcc523 commit 673edbe

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Magento\Framework\App\Config\ScopeConfigInterface;
1313

14+
/**
15+
* Test for \Magento\CatalogUrlRewriteGraphQl\Model\Resolver\CategoryUrlSuffix.
16+
*/
1417
class CategoryUrlSuffixTest extends TestCase
1518
{
16-
1719
/**
1820
* @var ScopeConfigInterface|MockObject
1921
*/
@@ -49,7 +51,9 @@ class CategoryUrlSuffixTest extends TestCase
4951
*/
5052
private $resolver;
5153

52-
54+
/**
55+
* @inheritDoc
56+
*/
5357
protected function setUp(): void
5458
{
5559
$this->contextMock = $this->getMockBuilder(ContextInterface::class)

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Magento\Framework\App\Config\ScopeConfigInterface;
1313

14+
/**
15+
* Test for \Magento\CatalogUrlRewriteGraphQl\Model\Resolver\ProductUrlSuffix.
16+
*/
1417
class ProductUrlSuffixTest extends TestCase
1518
{
16-
1719
/**
1820
* @var ScopeConfigInterface|MockObject
1921
*/
@@ -49,7 +51,9 @@ class ProductUrlSuffixTest extends TestCase
4951
*/
5052
private $resolver;
5153

52-
54+
/**
55+
* @inheritDoc
56+
*/
5357
protected function setUp(): void
5458
{
5559
$this->contextMock = $this->getMockBuilder(ContextInterface::class)

0 commit comments

Comments
 (0)