Skip to content

Commit 0658f81

Browse files
committed
MC-31618: Move static config to files - PLUGIN_LIST
- Fix static test;
1 parent ef93930 commit 0658f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Interception/Test/Unit/PluginList/PluginListTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ public function testGetPlugin()
185185
$this->_processed = array_merge($processedItem, $processedItemContainer); /** @phpstan-ignore-line */
186186
}
187187
if ($type === 'Magento\Framework\Interception\Test\Unit\Custom\Module\Model\StartingBackslash') {
188-
$this->_inherited = array_merge($inheritedItem, $inheritedItemContainer, $inheritedStartingBackslash); /** @phpstan-ignore-line */
188+
/** @phpstan-ignore-next-line */
189+
$this->_inherited = array_merge($inheritedItem, $inheritedItemContainer, $inheritedStartingBackslash);
189190
$this->_processed = array_merge($processedItem, $processedItemContainer); /** @phpstan-ignore-line */
190191
}
191192
};

0 commit comments

Comments
 (0)