Skip to content

Commit 5a66e59

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-54934: Output meaningful error message to the CLI during static content deploy
1 parent 7a4190a commit 5a66e59

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Email/Model/Template

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Email/Model/Template/FilterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function cssDirectiveDataProvider()
270270
'File with compilation error results in error message' => [
271271
TemplateTypesInterface::TYPE_HTML,
272272
'file="css/file-with-error.css"',
273-
\Magento\Framework\View\Asset\ContentProcessorInterface::ERROR_MESSAGE_PREFIX,
273+
'variable @non-existent-variable is undefined',
274274
],
275275
];
276276
}
@@ -356,7 +356,7 @@ public function inlinecssDirectiveDataProvider()
356356
],
357357
'Developer mode - File with compilation error results in error message' => [
358358
'<html><p></p> {{inlinecss file="css/file-with-error.css"}}</html>',
359-
\Magento\Framework\View\Asset\ContentProcessorInterface::ERROR_MESSAGE_PREFIX,
359+
'CSS inlining error:',
360360
false,
361361
],
362362
];

0 commit comments

Comments
 (0)