File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
dev/tests/integration/framework/Magento/TestFramework Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -389,19 +389,6 @@ public function initialize($overriddenParams = [])
389
389
);
390
390
}
391
391
$ objectManager ->configure ($ objectManagerConfiguration );
392
- /** Register event observer of Integration Framework */
393
- /** @var \Magento\Framework\Event\Config\Data $eventConfigData */
394
- $ eventConfigData = $ objectManager ->get (\Magento \Framework \Event \Config \Data::class);
395
- $ eventConfigData ->merge (
396
- [
397
- 'core_app_init_current_store_after ' => [
398
- 'integration_tests ' => [
399
- 'instance ' => \Magento \TestFramework \Event \Magento::class,
400
- 'name ' => 'integration_tests '
401
- ]
402
- ]
403
- ]
404
- );
405
392
406
393
if ($ this ->canLoadArea ) {
407
394
$ this ->loadArea (\Magento \TestFramework \Application::DEFAULT_APP_AREA );
@@ -558,7 +545,7 @@ private function copyAppConfigFiles()
558
545
}
559
546
}
560
547
}
561
-
548
+
562
549
/**
563
550
* Copies global configuration file from the tests folder (see TESTS_GLOBAL_CONFIG_FILE)
564
551
*
You can’t perform that action at this time.
0 commit comments