Skip to content

Commit 2f496e2

Browse files
committed
MC-35479: Unable to download import history file
1 parent 06efa81 commit 2f496e2

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Model/Report

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Model/Report/CsvTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CsvTest extends \PHPUnit\Framework\TestCase
4444
/**
4545
* @inheritDoc
4646
*/
47-
protected function setUp()
47+
protected function setUp(): void
4848
{
4949
$filesystem = Bootstrap::getObjectManager()->create(Filesystem::class);
5050
$this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_DIR);
@@ -54,7 +54,7 @@ protected function setUp()
5454
/**
5555
* @inheritDoc
5656
*/
57-
protected function tearDown()
57+
protected function tearDown(): void
5858
{
5959
foreach ([$this->importFilePath, $this->reportPath] as $path) {
6060
if ($path && $this->directory->isExist($path)) {

0 commit comments

Comments
 (0)