1
0
Fork 0
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:
Jordi Boggiano 2017-05-16 22:44:25 +02:00
parent 8858b27ced
commit c917c52f81
2 changed files with 4 additions and 4 deletions

View file

@ -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()
{