mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Updated to remove vfsStreams (no longer needed by tests)
Updated Perforce to cleanup, modified VcsRepository to call cleanup on Driver class Updated tests, perforce constructor to make tests cleaner/easier
This commit is contained in:
parent
997b1b5d46
commit
dd81449998
13 changed files with 333 additions and 399 deletions
|
@ -253,6 +253,7 @@ class VcsRepository extends ArrayRepository
|
|||
continue;
|
||||
}
|
||||
}
|
||||
$driver->cleanup();
|
||||
|
||||
if (!$verbose) {
|
||||
$this->io->overwrite('', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue