File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
dev/tests/unit/testsuite/Magento/Framework/App/View/Asset/MaterializationStrategy Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
namespace Magento \Framework \App \View \Asset \MaterializationStrategy ;
8
8
9
9
use Magento \Framework \ObjectManagerInterface ;
10
- use Magento \Framework \View \Asset ;
11
10
12
11
class FactoryTest extends \PHPUnit_Framework_TestCase
13
12
{
14
13
/**
15
- * @var ObjectManagerInterface| \PHPUnit_Framework_MockObject_MockObject
14
+ * @var ObjectManagerInterface | \PHPUnit_Framework_MockObject_MockObject
16
15
*/
17
16
private $ objectManager ;
18
17
@@ -91,7 +90,7 @@ public function testCreateException()
91
90
}
92
91
93
92
/**
94
- * @return Asset\LocalInterface | \PHPUnit_Framework_MockObject_MockObject
93
+ * @return \Magento\Framework\View\ Asset\LocalInterface | \PHPUnit_Framework_MockObject_MockObject
95
94
*/
96
95
private function getAsset ()
97
96
{
You can’t perform that action at this time.
0 commit comments