1
0
Fork 0

Merge pull request #2435 from ptarjan/master

don't require the error message have the first line of HTTP output in it
pull/2436/head
Jordi Boggiano 2013-11-19 14:44:41 -08:00
commit a537594e59
1 changed files with 0 additions and 1 deletions

View File

@ -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());
}
}