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 226d7ab commit 1cf3f59Copy full SHA for 1cf3f59
dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/Images/StorageTest.php
@@ -167,7 +167,9 @@ public function testUploadFile(): void
167
*/
168
public function testUploadFileWithExcludedDirPath(): void
169
{
170
- $this->expectExceptionMessage("We can't upload the file to current folder right now. Please try another folder.");
+ $this->expectExceptionMessage(
171
+ "We can't upload the file to current folder right now. Please try another folder."
172
+ );
173
$this->expectException(\Magento\Framework\Exception\LocalizedException::class);
174
$fileName = 'magento_small_image.jpg';
175
$tmpDirectory = $this->filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem\DirectoryList::SYS_TMP);
0 commit comments