1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
Jordi Boggiano 2013-06-13 13:28:24 +02:00
parent 6f6228fb1d
commit 8d0b7f278e
53 changed files with 122 additions and 124 deletions

View file

@ -13,9 +13,7 @@
namespace Composer\Test\Package\Archiver;
use Composer\Factory;
use Composer\IO\NullIO;
use Composer\Package\Archiver;
use Composer\Package\Archiver\ArchiveManager;
use Composer\Package\PackageInterface;
class ArchiveManagerTest extends ArchiverTest