We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c4af5 commit 55c60f7Copy full SHA for 55c60f7
app/code/Magento/ImportExport/Test/Unit/Helper/ReportTest.php
@@ -164,6 +164,9 @@ public function testImportFileExistsException($fileName)
164
$this->report->importFileExists($fileName);
165
}
166
167
+ /**
168
+ * Test importFileExists()
169
+ */
170
public function testImportFileExists()
171
{
172
$this->assertEquals($this->report->importFileExists('..file..name'), true);
0 commit comments