Set this test as slow

main
Remi Collet 9 years ago
parent d0ff01698d
commit c350bceeea

@ -137,6 +137,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');

Loading…
Cancel
Save