Skip to content

Commit 6b2d339

Browse files
committed
MAGETWO-45775: Cache storage separation support
1 parent effe6b1 commit 6b2d339

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/App/Cache/Frontend

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/App/Cache/Frontend/FactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ class FactoryTest extends \PHPUnit\Framework\TestCase
2020
/**
2121
* @var \Magento\Framework\App\Cache\Frontend\Factory
2222
*/
23-
protected $factory;
23+
private $factory;
2424

2525
/**
2626
* @var \Magento\Framework\App\Area
2727
*/
28-
protected $model;
28+
private $model;
2929

3030
protected function setUp()
3131
{

0 commit comments

Comments
 (0)