Skip to content

Commit 935f4e8

Browse files
author
Serhii Bohomaz
committed
MC-39634: Incerase test coverage of "Magento/Catalog/Model/Locator/RegistryLocator.php"
1 parent 3e2f8c4 commit 935f4e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Locator/RegistryLocatorTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*
2222
* @see \Magento\Catalog\Model\Locator\RegistryLocator
2323
* @magentoAppArea frontend
24-
* @magentoDbIsolation enabled
2524
*/
2625
class RegistryLocatorTest extends TestCase
2726
{
@@ -35,14 +34,14 @@ class RegistryLocatorTest extends TestCase
3534
private $registryLocator;
3635

3736
/** @var Registry */
38-
protected $registry;
37+
private $registry;
3938

4039
/** @var ProductRepositoryInterface */
4140
private $productRepository;
4241

4342

4443
/**
45-
* @inheritDoc
44+
* @inheritdoc
4645
*/
4746
protected function setUp(): void
4847
{
@@ -57,7 +56,7 @@ protected function setUp(): void
5756
}
5857

5958
/**
60-
* @inheridoc
59+
* @inheritdoc
6160
*/
6261
protected function tearDown(): void
6362
{

0 commit comments

Comments
 (0)