mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Set this test as slow
This commit is contained in:
parent
d0ff01698d
commit
c350bceeea
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue