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 06efa81 commit 2f496e2Copy full SHA for 2f496e2
dev/tests/integration/testsuite/Magento/ImportExport/Model/Report/CsvTest.php
@@ -44,7 +44,7 @@ class CsvTest extends \PHPUnit\Framework\TestCase
44
/**
45
* @inheritDoc
46
*/
47
- protected function setUp()
+ protected function setUp(): void
48
{
49
$filesystem = Bootstrap::getObjectManager()->create(Filesystem::class);
50
$this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_DIR);
@@ -54,7 +54,7 @@ protected function setUp()
54
55
56
57
- protected function tearDown()
+ protected function tearDown(): void
58
59
foreach ([$this->importFilePath, $this->reportPath] as $path) {
60
if ($path && $this->directory->isExist($path)) {
0 commit comments