File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Email/Model/Template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ public function cssDirectiveDataProvider()
270
270
'File with compilation error results in error message ' => [
271
271
TemplateTypesInterface::TYPE_HTML ,
272
272
'file="css/file-with-error.css" ' ,
273
- \ Magento \ Framework \ View \ Asset \ContentProcessorInterface:: ERROR_MESSAGE_PREFIX ,
273
+ ' variable @non-existent-variable is undefined ' ,
274
274
],
275
275
];
276
276
}
@@ -356,7 +356,7 @@ public function inlinecssDirectiveDataProvider()
356
356
],
357
357
'Developer mode - File with compilation error results in error message ' => [
358
358
'<html><p></p> {{inlinecss file="css/file-with-error.css"}}</html> ' ,
359
- \ Magento \ Framework \ View \ Asset \ContentProcessorInterface:: ERROR_MESSAGE_PREFIX ,
359
+ ' CSS inlining error: ' ,
360
360
false ,
361
361
],
362
362
];
You can’t perform that action at this time.
0 commit comments