1
0
Fork 0

Merge pull request #8241 from carusogabriel/remove-assignment

Remove override assignment
pull/8252/head
Jordi Boggiano 2019-07-29 18:08:15 +02:00 committed by GitHub
commit 6ecff8e71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}