ソースを参照

Merge pull request #2435 from ptarjan/master

don't require the error message have the first line of HTTP output in it
Jordi Boggiano 11 年 前
コミット
a537594e59
1 ファイル変更0 行追加1 行削除
  1. 0 1
      tests/Composer/Test/Util/RemoteFilesystemTest.php

+ 0 - 1
tests/Composer/Test/Util/RemoteFilesystemTest.php

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