Skip to content

Commit 987994b

Browse files
author
Yuri Kovsher
committed
MAGETWO-34383: Pull request & cleanup
1 parent 8fc86cd commit 987994b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@
600600
['Mage_Backend_Model_Menu_Config_Menu'],
601601
['Mage_Backend_Model_Menu_Director_Dom'],
602602
['Mage_Backend_Model_Menu_Factory', 'Mage_Backend_Model_MenuFactory'],
603+
['Magento\Backend\Model\Auth\Exception', 'Magento\Framework\Exception\AuthenticationException'],
604+
['Magento\Backend\Model\Auth\Plugin\Exception', 'Magento\Framework\Exception\Plugin\AuthenticationException'],
603605
['Mage_Bundle_Product_EditController', 'Mage_Bundle_Controller_Adminhtml_Bundle_Selection'],
604606
['Mage_Bundle_SelectionController', 'Mage_Bundle_Controller_Adminhtml_Bundle_Selection'],
605607
['Magento\Catalog\Block\Adminhtml\System\Config\Form\Field\Select\Flatproduct'],
@@ -753,6 +755,15 @@
753755
'Magento\Catalog\Model\Product\Type\Configurable\Price',
754756
'Magento\ConfigurableProduct\Model\Product\Type\Configurable\Price'
755757
],
758+
['Magento\Catalog\Model\Product\AttributeSet\AlreadyExistsException'],
759+
['Magento\Catalog\Model\Product\Option\Type\File\Exception'],
760+
[
761+
'Magento\Catalog\Model\Product\Option\Type\File\LargeSizeException',
762+
'Magento\Framework\Exception\File\LargeSizeException'
763+
],
764+
['Magento\Catalog\Model\Product\Option\Type\File\NotImageException'],
765+
['Magento\Catalog\Model\Product\Option\Type\File\OptionRequiredException'],
766+
['Magento\Catalog\Model\Product\Option\Type\File\RunValidationException'],
756767
[
757768
'Magento\Checkout\Block\Cart\Item\Renderer\Configurable',
758769
'Magento\ConfigurableProduct\Block\Cart\Item\Renderer\Configurable'
@@ -839,9 +850,11 @@
839850
'Mage_Customer_Model_Resource_Address_Attribute_Backend_Street',
840851
'Mage_Eav_Model_Entity_Attribute_Backend_Default'
841852
],
853+
['Magento\Customer\Exception'],
842854
['Mage_DesignEditor_Block_Page_Html_Head_Vde'],
843855
['Mage_DesignEditor_Block_Page_Html_Head'],
844856
['Mage_Directory_Model_Resource_Currency_Collection'],
857+
['Magento\Directory\Exception'],
845858
['Mage_Downloadable_FileController', 'Magento\Downloadable\Controller\Adminhtml\Downloadable\File'],
846859
['Mage_Downloadable_Product_EditController', 'Magento\Backend\Controller\Catalog\Product'],
847860
['Mage_Eav_Model_Convert_Adapter_Entity'],
@@ -859,6 +872,7 @@
859872
['Mage_ImportExport_Model_Import_Adapter_Abstract', 'Mage_ImportExport_Model_Import_SourceAbstract'],
860873
['Mage_ImportExport_Model_Import_Adapter_Csv', 'Mage_ImportExport_Model_Import_Source_Csv'],
861874
['Mage_Install_Model_Installer_Env'],
875+
['Magento\Integration\Exception', 'Magento\Framework\Exception\IntegrationException'],
862876
['Mage_Ogone_Model_Api_Debug'],
863877
['Mage_Ogone_Model_Resource_Api_Debug'],
864878
['Mage_Page_Block_Html_Toplinks'],
@@ -1263,6 +1277,7 @@
12631277
['Magento\Core\Model\Resource\HelperPool'],
12641278
['Magento\Core\Model\Resource\Transaction', 'Magento\Framework\DB\Transaction'],
12651279
['Magento\Catalog\Model\Resource\Helper\Mysql4', 'Magento\Catalog\Model\Resource\Helper'],
1280+
['Magento\Cron\Exception', 'Magento\Framework\Exception\CronException'],
12661281
['Magento\Eav\Model\Resource\Helper\Mysql4', 'Magento\Eav\Model\Resource\Helper'],
12671282
[
12681283
'Magento\Eav\Model\Entity\Attribute\Backend\Array',
@@ -1278,6 +1293,7 @@
12781293
['Magento\Payment\Block\Info\Ccsave', 'Magento\OfflinePayments\Block\Info\Ccsave'],
12791294
['Magento\Payment\Block\Info\Checkmo', 'Magento\OfflinePayments\Block\Info\Checkmo'],
12801295
['Magento\Payment\Block\Info\Purchaseorder', 'Magento\OfflinePayments\Block\Info\Purchaseorder'],
1296+
['Magento\Payment\Model\Info\Exception', 'Magento\Framework\Exception\PaymentException'],
12811297
['Magento\Payment\Model\Method\Banktransfer', 'Magento\OfflinePayments\Model\Banktransfer'],
12821298
['Magento\Payment\Model\Method\Cashondelivery', 'Magento\OfflinePayments\Model\Cashondelivery'],
12831299
['Magento\Payment\Model\Method\Ccsave', 'Magento\OfflinePayments\Model\Ccsave'],
@@ -2900,6 +2916,7 @@
29002916
['Magento\Framework\App\Cache\State\OptionsInterface', 'Magento\Framework\App\Cache\State'],
29012917
['Magento\Framework\Logger', 'Psr\Log\LoggerInterface'],
29022918
['Magento\Weee\Model\Total\Quote\Nominal\Weee'],
2919+
['Magento\Tax\Exception'],
29032920
['Magento\Tax\Model\Sales\Total\Quote\Nominal\Tax'],
29042921
['Magento\Tax\Model\Sales\Total\Quote\Nominal\Subtotal'],
29052922
['Magento\SalesRule\Model\Quote\Nominal\Discount'],

0 commit comments

Comments
 (0)