Issue #3158280 by paulocs, narendra.rajwar27, Hardik_Patel_12: Remove unused variable DefaultLazyPluginCollectionTest.php file
parent
c1522a73a8
commit
2b815f1aee
|
@ -235,7 +235,7 @@ class DefaultLazyPluginCollectionTest extends LazyPluginCollectionTestBase {
|
|||
$this->defaultPluginCollection->setConfiguration(['cherry' => ['value' => 'kiwi', 'id' => 'cherry']]);
|
||||
$expected['cherry'] = ['value' => 'kiwi', 'id' => 'cherry'];
|
||||
$config = $this->defaultPluginCollection->getConfiguration();
|
||||
$this->assertSame(['cherry' => ['value' => 'kiwi', 'id' => 'cherry']], $config);
|
||||
$this->assertSame($expected, $config);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue