Skip to content

Commit 2774b1d

Browse files
committed
MAGETWO-35196: Remove Test\Unit from cached DI configuration, as it brings performance degradation
- removed unused code
1 parent 9e56ca9 commit 2774b1d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dev/tools/Magento/Tools/Di/Test/Unit/App/CompilerTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ class CompilerTest extends \PHPUnit_Framework_TestCase
3131
*/
3232
private $responseMock;
3333

34-
/**
35-
* @var array
36-
*/
37-
private $compiledPathsList = [];
38-
39-
/**
40-
* @var array
41-
*/
42-
private $excludedPathsList = [];
43-
4434
protected function setUp()
4535
{
4636
$this->objectManagerMock = $this->getMockBuilder('Magento\Framework\ObjectManagerInterface')

0 commit comments

Comments
 (0)