mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
don't require the error message have the first line of HTTP output in it
This commit is contained in:
parent
a1e4ca4f9b
commit
09c0d971d3
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
|
|||
} catch (\Exception $e) {
|
||||
$this->assertInstanceOf('Composer\Downloader\TransportException', $e);
|
||||
$this->assertEquals(404, $e->getCode());
|
||||
$this->assertContains('404 Not Found', $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue