mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Message tweak, refs #6341
This commit is contained in:
parent
8858b27ced
commit
c917c52f81
2 changed files with 4 additions and 4 deletions
|
@ -128,8 +128,8 @@ class ZipDownloaderTest extends TestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* @expectedException \ErrorException
|
||||
* @expectedExceptionMessage Archive may contain identical directory or file name with different capitalization (fails on case insensitive filesystems)
|
||||
* @expectedException \RuntimeException
|
||||
* @expectedExceptionMessage The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): Not a directory
|
||||
*/
|
||||
public function testZipArchiveExtractOnlyFailed()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue