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 e2be22b commit 4846d01Copy full SHA for 4846d01
dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFilesTest.php
@@ -127,7 +127,7 @@ public function testCouldNotDeleteHtaccess()
127
$this->createFileAndExecuteDelete($fileName);
128
$this->assertTrue(
129
$this->mediaDirectory->isExist(
130
- $this->mediaDirectory->getRelativePath('/' . $fileName)
+ $this->mediaDirectory->getRelativePath($fileName)
131
)
132
);
133
}
@@ -144,7 +144,7 @@ public function testDeleteAnyFile()
144
145
$this->assertFalse(
146
147
148
149
150
0 commit comments