mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add InvalidRepositoryException
This commit is contained in:
parent
150b7867e3
commit
4f5d08e2ad
6 changed files with 47 additions and 9 deletions
|
@ -43,7 +43,7 @@ class FilesystemRepositoryTest extends TestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* @expectedException \UnexpectedValueException
|
||||
* @expectedException Composer\Repository\InvalidRepositoryException
|
||||
*/
|
||||
public function testCorruptedRepositoryFile()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue