Skip to content

Commit fc9a696

Browse files
author
Dale Sikkema
committed
MAGETWO-32450: Move Factory to Magento/Framework/Validator
1 parent 520de21 commit fc9a696

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_classes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,4 +2845,5 @@
28452845
['Magento\Framework\App\Cache\State\Options', 'Magento\Framework\App\Cache\State'],
28462846
['Magento\Framework\App\Cache\State\OptionsInterface', 'Magento\Framework\App\Cache\State'],
28472847
['Magento\Framework\Logger', 'Psr\Log\LoggerInterface'],
2848+
['Magento\Core\Model\Validator\Factory', 'Magento\Framework\Validator\Factory'],
28482849
];

dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_properties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
['_storeManager', 'Magento\Translation\Model\Resource\String'],
291291
['_isVdeRequest', 'Magento\DesignEditor\Helper\Data'],
292292
['_translator', 'Magento\Framework\Phrase\Renderer\Translate', 'translator'],
293-
['_translator', 'Magento\Framework\Validator\Factory'],
293+
['_translator', 'Magento\Core\Model\Validator\Factory'],
294294
['_configFactory', 'Magento\Core\Model\App\Emulation', 'inlineConfig'],
295295
['_scopeConfig', 'Magento\Translation\Model\Inline\Config', 'config'],
296296
['_translate', 'Magento\Directory\Model\Observer'],

0 commit comments

Comments
 (0)