Browse Source

Remove override assignment

Gabriel Caruso 5 năm trước cách đây
mục cha
commit
4cb2b303ec
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tests/Composer/Test/Package/Loader/ArrayLoaderTest.php

+ 0 - 1
tests/Composer/Test/Package/Loader/ArrayLoaderTest.php

@@ -148,7 +148,6 @@ class ArrayLoaderTest extends TestCase
     {
         $package = $this->loader->load($config);
         $dumper = new ArrayDumper;
-        $expectedConfig = $config;
         $expectedConfig = $this->fixConfigWhenLoadConfigIsFalse($config);
         $this->assertEquals($expectedConfig, $dumper->dump($package));
     }