Skip to content

Commit a99f767

Browse files
author
Cari Spruiell
committed
Merge branch 'MAGETWO-31504_MoveDebugHintsToMagentoDeveloperModule' of github.scm.corp.ebay.com:magento-api/magento2ce into MAGETWO-31504_MoveDebugHintsToMagentoDeveloperModule
2 parents 1039390 + 98081bd commit a99f767

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,4 +2857,8 @@
28572857
['Magento\Sales\Model\Quote\Address\Total\Nominal\Collector'],
28582858
['Magento\Sales\Model\Quote\Address\Total\Nominal\Shipping'],
28592859
['Magento\Sales\Model\Quote\Address\Total\Nominal\Subtotal'],
2860+
[
2861+
'Magento\Core\Model\TemplateEngine\Plugin\DebugHints',
2862+
'Magento\Developer\Model\TemplateEngine\Plugin\DebugHints'
2863+
],
28602864
];

dev/tests/unit/testsuite/Magento/Core/Model/TemplateEngine/Plugin/DebugHintsTest.php renamed to dev/tests/unit/testsuite/Magento/Developer/Model/TemplateEngine/Plugin/DebugHintsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Core\Model\TemplateEngine\Plugin;
6+
namespace Magento\Developer\Model\TemplateEngine\Plugin;
77

88
class DebugHintsTest extends \PHPUnit_Framework_TestCase
99
{

0 commit comments

Comments
 (0)