mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge branch '2.2' into 2.3
This commit is contained in:
commit
202ef9031c
5 changed files with 35 additions and 13 deletions
|
@ -43,6 +43,7 @@ class ArchivableFilesFinderTest extends TestCase
|
|||
);
|
||||
|
||||
$fileTree = array(
|
||||
'.foo',
|
||||
'A/prefixA.foo',
|
||||
'A/prefixB.foo',
|
||||
'A/prefixC.foo',
|
||||
|
@ -110,6 +111,7 @@ class ArchivableFilesFinderTest extends TestCase
|
|||
'/prefixA.foo',
|
||||
'prefixC.*',
|
||||
'!*/*/*/prefixC.foo',
|
||||
'.*',
|
||||
);
|
||||
|
||||
$this->finder = new ArchivableFilesFinder($this->sources, $excludes);
|
||||
|
@ -214,6 +216,7 @@ class ArchivableFilesFinderTest extends TestCase
|
|||
'/!important!.txt',
|
||||
'/!important_too!.txt',
|
||||
'/#weirdfile',
|
||||
'/.foo',
|
||||
'/A/prefixA.foo',
|
||||
'/A/prefixB.foo',
|
||||
'/A/prefixC.foo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue