Skip to content

Commit d7d2245

Browse files
committed
MAGETWO-34363: Pull request processing
1 parent 4a6c0f2 commit d7d2245

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Asset/SourceTest.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,6 @@ protected function setUp()
9292
);
9393
}
9494

95-
public function testGetFileNoOriginalFile()
96-
{
97-
$this->viewFileResolution->expects($this->once())
98-
->method('getFile')
99-
->with('frontend', $this->theme, 'en_US', 'some/file.ext', 'Magento_Module')
100-
->will($this->returnValue(false));
101-
$this->assertFalse($this->object->getFile($this->getAsset()));
102-
}
103-
104-
public function testGetFileNoOriginalFileBasic()
105-
{
106-
$this->staticDirRead->expects($this->once())
107-
->method('getAbsolutePath')
108-
->with('some/file.ext')
109-
->will($this->returnValue(false));
110-
$this->assertFalse($this->object->getFile($this->getAsset(false)));
111-
}
112-
11395
public function testGetFileCached()
11496
{
11597
$root = '/root/some/file.ext';

0 commit comments

Comments
 (0)