File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
app/code/Magento/CatalogUrlRewriteGraphQl/Test/Unit/Model/Resolver Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11
11
use PHPUnit \Framework \TestCase ;
12
12
use Magento \Framework \App \Config \ScopeConfigInterface ;
13
13
14
+ /**
15
+ * Test for \Magento\CatalogUrlRewriteGraphQl\Model\Resolver\CategoryUrlSuffix.
16
+ */
14
17
class CategoryUrlSuffixTest extends TestCase
15
18
{
16
-
17
19
/**
18
20
* @var ScopeConfigInterface|MockObject
19
21
*/
@@ -49,7 +51,9 @@ class CategoryUrlSuffixTest extends TestCase
49
51
*/
50
52
private $ resolver ;
51
53
52
-
54
+ /**
55
+ * @inheritDoc
56
+ */
53
57
protected function setUp (): void
54
58
{
55
59
$ this ->contextMock = $ this ->getMockBuilder (ContextInterface::class)
Original file line number Diff line number Diff line change 11
11
use PHPUnit \Framework \TestCase ;
12
12
use Magento \Framework \App \Config \ScopeConfigInterface ;
13
13
14
+ /**
15
+ * Test for \Magento\CatalogUrlRewriteGraphQl\Model\Resolver\ProductUrlSuffix.
16
+ */
14
17
class ProductUrlSuffixTest extends TestCase
15
18
{
16
-
17
19
/**
18
20
* @var ScopeConfigInterface|MockObject
19
21
*/
@@ -49,7 +51,9 @@ class ProductUrlSuffixTest extends TestCase
49
51
*/
50
52
private $ resolver ;
51
53
52
-
54
+ /**
55
+ * @inheritDoc
56
+ */
53
57
protected function setUp (): void
54
58
{
55
59
$ this ->contextMock = $ this ->getMockBuilder (ContextInterface::class)
You can’t perform that action at this time.
0 commit comments