Skip to content

Commit 7a66a31

Browse files
author
Pavlo Cherniavskyi
committed
MAGETWO-33622: Junior+ Developer Workflow
- review fixes
1 parent c6d0236 commit 7a66a31

File tree

1 file changed

+2
-3
lines changed
  • dev/tests/unit/testsuite/Magento/Framework/App/View/Asset/MaterializationStrategy

1 file changed

+2
-3
lines changed

dev/tests/unit/testsuite/Magento/Framework/App/View/Asset/MaterializationStrategy/FactoryTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
namespace Magento\Framework\App\View\Asset\MaterializationStrategy;
88

99
use Magento\Framework\ObjectManagerInterface;
10-
use Magento\Framework\View\Asset;
1110

1211
class FactoryTest extends \PHPUnit_Framework_TestCase
1312
{
1413
/**
15-
* @var ObjectManagerInterface|\PHPUnit_Framework_MockObject_MockObject
14+
* @var ObjectManagerInterface | \PHPUnit_Framework_MockObject_MockObject
1615
*/
1716
private $objectManager;
1817

@@ -91,7 +90,7 @@ public function testCreateException()
9190
}
9291

9392
/**
94-
* @return Asset\LocalInterface | \PHPUnit_Framework_MockObject_MockObject
93+
* @return \Magento\Framework\View\Asset\LocalInterface | \PHPUnit_Framework_MockObject_MockObject
9594
*/
9695
private function getAsset()
9796
{

0 commit comments

Comments
 (0)