don't require the error message have the first line of HTTP output in it

main
ptarjan 11 years ago
parent a1e4ca4f9b
commit 09c0d971d3

@ -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…
Cancel
Save