Skip to content

Commit e2be22b

Browse files
committed
MAGETWO-95550: Adding restriction for controller
1 parent 5624bfe commit e2be22b

File tree

1 file changed

+3
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFilesTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ public static function tearDownAfterClass()
9191
if ($directory->isExist('.htaccess')) {
9292
$directory->delete('.htaccess');
9393
}
94+
if ($directory->isExist('thtaccess')) {
95+
$directory->delete('thtaccess');
96+
}
9497
}
9598

9699
/**

0 commit comments

Comments
 (0)