Skip to content

Commit 6473fa9

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-93265: Change the depth of a recursive check of directory write permissions
1 parent b6cdc45 commit 6473fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Setup/Model/FilePermissionsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace integration\testsuite\Magento\Setup\Model;
6+
namespace Magento\Setup\Model;
77

88
use Magento\Framework\Setup\FilePermissions;
99
use Magento\Framework\Filesystem;
@@ -79,4 +79,4 @@ protected function tearDown()
7979
$this->varDirectoryWriter->delete($this->testDir);
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)