1
0
Fork 0

Set this test as slow

pull/4169/head
Remi Collet 2015-06-21 07:46:08 +02:00
parent d0ff01698d
commit c350bceeea
1 changed files with 3 additions and 0 deletions

View File

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