1
0
Fork 0

Merge pull request #4169 from remicollet/patch-1

Set this test as slow
pull/4327/head
Jordi Boggiano 2015-08-02 12:10:47 +01:00
commit 06feb19b2c
1 changed files with 3 additions and 0 deletions

View File

@ -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');