File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
app/code/Magento/Developer/Test/Unit/Model/XmlCatalog/Format Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -265,13 +265,18 @@ public function dictionaryDataProvider()
265
265
return [
266
266
[
267
267
$ content ,
268
- ['urn:magento:framework:Acl/etc/acl.xsd ' => 'vendor/magento/framework/Acl/etc/acl.xsd ' ,
269
- 'urn:magento:module:Magento_Store:etc/config.xsd ' => 'vendor/magento/module-store/etc/config.xsd ' ,
270
- 'urn:magento:module:Magento_Cron:etc/crontab.xsd ' => 'vendor/magento/module-cron/etc/crontab.xsd ' ,
271
- 'urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd ' => 'vendor/magento/framework/Setup/Declaration/Schema/etc/schema.xsd ' ],
268
+ [
269
+ 'urn:magento:framework:Acl/etc/acl.xsd ' =>
270
+ 'vendor/magento/framework/Acl/etc/acl.xsd ' ,
271
+ 'urn:magento:module:Magento_Store:etc/config.xsd ' =>
272
+ 'vendor/magento/module-store/etc/config.xsd ' ,
273
+ 'urn:magento:module:Magento_Cron:etc/crontab.xsd ' =>
274
+ 'vendor/magento/module-cron/etc/crontab.xsd ' ,
275
+ 'urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd ' =>
276
+ 'vendor/magento/framework/Setup/Declaration/Schema/etc/schema.xsd ' ,
277
+ ],
272
278
$ invalidContent ,
273
279
],
274
280
];
275
281
}
276
-
277
282
}
You can’t perform that action at this time.
0 commit comments