Skip to content

Commit 55c60f7

Browse files
committed
MAGETWO-94206: [2.3] [Magento cloud] Import history wrong execution time
1 parent 34c4af5 commit 55c60f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/ImportExport/Test/Unit/Helper/ReportTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ public function testImportFileExistsException($fileName)
164164
$this->report->importFileExists($fileName);
165165
}
166166

167+
/**
168+
* Test importFileExists()
169+
*/
167170
public function testImportFileExists()
168171
{
169172
$this->assertEquals($this->report->importFileExists('..file..name'), true);

0 commit comments

Comments
 (0)