1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

SCA with PHP Inspections (EA Extended)

This commit is contained in:
Vladimir Reznichenko 2017-09-11 19:40:43 +02:00
parent 6c1da86437
commit c8615358cb
23 changed files with 38 additions and 70 deletions

View file

@ -126,10 +126,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
'abandoned' => 'foo/bar',
);
$validTestArguments = array($validConfig);
$argumentsToProvide = array($validTestArguments);
return $argumentsToProvide;
return array(array($validConfig));
}
protected function fixConfigWhenLoadConfigIsFalse($config)