File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Locator Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
* @see \Magento\Catalog\Model\Locator\RegistryLocator
23
23
* @magentoAppArea frontend
24
- * @magentoDbIsolation enabled
25
24
*/
26
25
class RegistryLocatorTest extends TestCase
27
26
{
@@ -35,14 +34,14 @@ class RegistryLocatorTest extends TestCase
35
34
private $ registryLocator ;
36
35
37
36
/** @var Registry */
38
- protected $ registry ;
37
+ private $ registry ;
39
38
40
39
/** @var ProductRepositoryInterface */
41
40
private $ productRepository ;
42
41
43
42
44
43
/**
45
- * @inheritDoc
44
+ * @inheritdoc
46
45
*/
47
46
protected function setUp (): void
48
47
{
@@ -57,7 +56,7 @@ protected function setUp(): void
57
56
}
58
57
59
58
/**
60
- * @inheridoc
59
+ * @inheritdoc
61
60
*/
62
61
protected function tearDown (): void
63
62
{
You can’t perform that action at this time.
0 commit comments