Skip to content

Commit 1cf3f59

Browse files
committed
MC-39923: Stabilize Integration Tests (PageBuilder)
- Split line exceeding 120 characters
1 parent 226d7ab commit 1cf3f59

File tree

1 file changed

+3
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/Images

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/Images/StorageTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ public function testUploadFile(): void
167167
*/
168168
public function testUploadFileWithExcludedDirPath(): void
169169
{
170-
$this->expectExceptionMessage("We can't upload the file to current folder right now. Please try another folder.");
170+
$this->expectExceptionMessage(
171+
"We can't upload the file to current folder right now. Please try another folder."
172+
);
171173
$this->expectException(\Magento\Framework\Exception\LocalizedException::class);
172174
$fileName = 'magento_small_image.jpg';
173175
$tmpDirectory = $this->filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem\DirectoryList::SYS_TMP);

0 commit comments

Comments
 (0)