File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/Edit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Integration \Block \Adminhtml \Integration \Edit \ Tab ;
7
+ namespace Magento \Integration \Block \Adminhtml \Integration \Edit ;
8
8
9
9
use Magento \Integration \Controller \Adminhtml \Integration ;
10
10
use Magento \Integration \Model \Integration as IntegrationModel ;
@@ -55,7 +55,7 @@ public function testToHtmlWithIntegrationData()
55
55
$ coreRegistry ->unregister (Integration::REGISTRY_KEY_CURRENT_INTEGRATION );
56
56
$ id = 'idValue ' ;
57
57
$ integrationData = [
58
- Info::DATA_ID => $ id ,
58
+ \ Magento \ Integration \ Block \ Adminhtml \ Integration \ Edit \ Tab \ Info::DATA_ID => $ id ,
59
59
];
60
60
$ coreRegistry ->register (Integration::REGISTRY_KEY_CURRENT_INTEGRATION , $ integrationData );
61
61
You can’t perform that action at this time.
0 commit comments