Merge pull request #4169 from remicollet/patch-1

Set this test as slow
main
Jordi Boggiano 9 years ago
commit 06feb19b2c

@ -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));
}
/**
* @group slow
*/
public function testCaptureAuthenticationParamsFromUrl()
{
$io = $this->getMock('Composer\IO\IOInterface');

Loading…
Cancel
Save