Skip to content

Commit c9ed41b

Browse files
committed
MC-31618: Move static config to files - PLUGIN_LIST
- Fix unit tests; - Some assertions from PluginList unit test were removed because its logic was moved to ConfigWriter;
1 parent 1581c87 commit c9ed41b

File tree

3 files changed

+279
-207
lines changed

3 files changed

+279
-207
lines changed

dev/tests/integration/testsuite/Magento/Framework/Interception/AbstractPlugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ public function setUpInterceptionConfig($pluginConfig)
127127
'preferences' => [
128128
\Magento\Framework\Interception\PluginListInterface::class =>
129129
\Magento\Framework\Interception\PluginList\PluginList::class,
130-
\Magento\Framework\Interception\ChainInterface::class =>
131-
\Magento\Framework\Interception\Chain\Chain::class,
132130
\Magento\Framework\Interception\ConfigWriterInterface::class =>
133131
\Magento\Framework\Interception\ConfigWriter::class
134132
],

0 commit comments

Comments
 (0)