GitLab: add warning in case GitLab authentication is misconfigured
parent
89721ab322
commit
d40c3a89c0
|
@ -474,6 +474,9 @@ class AuthHelperTest extends TestCase
|
||||||
$this->authHelper->storeAuth($origin, $storeAuth);
|
$this->authHelper->storeAuth($origin, $storeAuth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public function testStoreAuthWithPromptInvalidAnswer()
|
public function testStoreAuthWithPromptInvalidAnswer()
|
||||||
{
|
{
|
||||||
$this->setExpectedException('RuntimeException');
|
$this->setExpectedException('RuntimeException');
|
||||||
|
@ -514,6 +517,9 @@ class AuthHelperTest extends TestCase
|
||||||
$this->authHelper->storeAuth($origin, $storeAuth);
|
$this->authHelper->storeAuth($origin, $storeAuth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public function testPromptAuthIfNeededGitLabNoAuthChange()
|
public function testPromptAuthIfNeededGitLabNoAuthChange()
|
||||||
{
|
{
|
||||||
$this->setExpectedException('Composer\Downloader\TransportException');
|
$this->setExpectedException('Composer\Downloader\TransportException');
|
||||||
|
|
Loading…
Reference in New Issue