File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity/Layout Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public static function setUpBeforeClass()
37
37
}
38
38
39
39
/**
40
- * Test that references to template files follows canonical Vendor_Module::path/to/template.phtml format.
40
+ * Test that references to template files follows canonical format.
41
41
*
42
42
* path/to/template.phtml Format is prohibited.
43
43
* @return void
@@ -57,7 +57,8 @@ public function testTemplateFollowsCanonicalName()
57
57
}
58
58
if (count ($ errors ) > 0 ) {
59
59
$ message = 'Failed to assert that the template reference follows the canonical format '
60
- . 'Vendor_Module::path/to/template.phtml. Following files haven \'t pass verification: ' . PHP_EOL ;
60
+ . 'Vendor ' . '_ ' . 'Module::path/to/template.phtml. Following files haven \'t pass verification: '
61
+ . PHP_EOL ;
61
62
foreach ($ errors as $ file => $ wrongTemplates ) {
62
63
$ message .= $ file . ': ' . PHP_EOL ;
63
64
$ message .= '- ' . implode (PHP_EOL . '- ' , $ wrongTemplates ) . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments