File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy/_files Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 697
697
'Use \Magento\Eav\Model\Entity\Type::getDefaultAttributeSetId() method instead ' ,
698
698
],
699
699
['CONFIG_PATH_WSDL_CACHE_ENABLED ' , 'Magento\Webapi\Model\Soap\Server ' ],
700
+ ['ENTITY ' , 'Magento\Framework\App\Config\ValueInterface ' ],
701
+ ['XML_PATH_ALLOW_CURRENCIES_INSTALLED ' , 'Magento\Framework\Locale\CurrencyInterface ' ],
702
+ [
703
+ 'DEFAULT_CURRENCY ' ,
704
+ 'Magento\Framework\Locale\CurrencyInterface ' ,
705
+ 'Magento\Framework\Locale\Currency::DEFAULT_CURRENCY '
706
+ ],
707
+ [
708
+ 'DEFAULT_LOCALE ' ,
709
+ 'Magento\Framework\Locale\ResolverInterface ' ,
710
+ 'Magento\Framework\Locale\Resolver::DEFAULT_LOCALE '
711
+ ],
712
+ [
713
+ 'DEFAULT_GROUP ' ,
714
+ 'Magento\Framework\Message\ManagerInterface ' ,
715
+ 'Magento\Framework\Message\Manager::DEFAULT_GROUP '
716
+ ],
717
+ [
718
+ 'SCOPE_DEFAULT ' ,
719
+ 'Magento\Framework\App\ScopeInterface ' ,
720
+ 'Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT '
721
+ ]
700
722
];
You can’t perform that action at this time.
0 commit comments