فهرست منبع

Merge pull request #4169 from remicollet/patch-1

Set this test as slow
Jordi Boggiano 10 سال پیش
والد
کامیت
06feb19b2c
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      tests/Composer/Test/Util/RemoteFilesystemTest.php

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

@@ -136,6 +136,9 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
         $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0));
         $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0));
     }
     }
 
 
+    /**
+     * @group slow
+     */
     public function testCaptureAuthenticationParamsFromUrl()
     public function testCaptureAuthenticationParamsFromUrl()
     {
     {
         $io = $this->getMock('Composer\IO\IOInterface');
         $io = $this->getMock('Composer\IO\IOInterface');