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

Fix archiver tests on windows

This commit is contained in:
Jordi Boggiano 2013-04-02 11:32:11 +02:00
parent 6401b6aa46
commit fc54a48b52
6 changed files with 16 additions and 26 deletions

View file

@ -18,10 +18,6 @@ use Composer\Package\Archiver;
use Composer\Package\Archiver\ArchiveManager;
use Composer\Package\PackageInterface;
/**
* @author Till Klampaeckel <till@php.net>
* @author Matthieu Moquet <matthieu@moquet.net>
*/
class ArchiveManagerTest extends ArchiverTest
{
protected $manager;