mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Abandoned packages support
Added warning to the installer process. If any installed packages are flagged, the user will get a warning at the end of the install/update process.
This commit is contained in:
parent
5ed01fb60d
commit
f9f2bbac59
9 changed files with 74 additions and 15 deletions
|
@ -304,7 +304,7 @@ class InstallerTest extends TestCase
|
|||
die(sprintf('Test "%s" is not valid, did not match the expected format.', str_replace($fixturesDir.'/', '', $file)));
|
||||
}
|
||||
|
||||
$tests[] = array(str_replace($fixturesDir.'/', '', $file), $message, $condition, $composer, $lock, $installed, $run, $expectLock, $expectOutput, $expect, $expectExitCode);
|
||||
$tests[basename($file)] = array(str_replace($fixturesDir.'/', '', $file), $message, $condition, $composer, $lock, $installed, $run, $expectLock, $expectOutput, $expect, $expectExitCode);
|
||||
}
|
||||
|
||||
return $tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue