mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
added verbose logging for artifact directory scan
This commit is contained in:
parent
0aad11801e
commit
586911f7a1
2 changed files with 41 additions and 28 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Composer.
|
||||
*
|
||||
|
@ -18,7 +19,8 @@ use Composer\Package\Package;
|
|||
|
||||
class ArtifactRepositoryTest extends TestCase
|
||||
{
|
||||
public function testExtractsConfigsFromZipArchives() {
|
||||
public function testExtractsConfigsFromZipArchives()
|
||||
{
|
||||
$expectedPackages = array(
|
||||
'vendor0/package0-0.0.1',
|
||||
'vendor1/package2-4.3.2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue