Skip to content

Commit b402793

Browse files
author
Roman Ganin
committed
MAGETWO-38809: Optimize Magento\Framework\View\Element\Template for production mode
- CR changes
1 parent da762de commit b402793

File tree

1 file changed

+0
-6
lines changed
  • app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Edit

1 file changed

+0
-6
lines changed

app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Edit/FormTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ class FormTest extends \PHPUnit_Framework_TestCase
9090
*/
9191
protected $appState;
9292

93-
/**
94-
* @var \PHPUnit_Framework_MockObject_MockObject
95-
*/
96-
protected $viewFileSystem;
97-
9893
/**
9994
* @var \PHPUnit_Framework_MockObject_MockObject
10095
*/
@@ -184,7 +179,6 @@ public function setUp()
184179
$this->scopeConfig = $this->getMock('Magento\Framework\App\Config\ScopeConfigInterface', [], [], '', false);
185180
$this->urlBuilder = $this->getMock('Magento\Framework\UrlInterface', [], [], '', false);
186181
$this->appState = $this->getMock('Magento\Framework\App\State', [], [], '', false);
187-
$this->viewFileSystem = $this->getMock('Magento\Framework\View\FileSystem', [], [], '', false);
188182
$this->logger = $this->getMock('Psr\Log\LoggerInterface', [], [], '', false);
189183
$this->rootDirectory = $this->getMock(
190184
'Magento\Framework\Filesystem\Directory\ReadInterface',

0 commit comments

Comments
 (0)