GitLab: add warning in case GitLab authentication is misconfigured

main
Stephan Vock 2 years ago
parent 89721ab322
commit d40c3a89c0
No known key found for this signature in database
GPG Key ID: 257FEE7D686036D6

@ -474,6 +474,9 @@ class AuthHelperTest extends TestCase
$this->authHelper->storeAuth($origin, $storeAuth);
}
/**
* @return void
*/
public function testStoreAuthWithPromptInvalidAnswer()
{
$this->setExpectedException('RuntimeException');
@ -514,6 +517,9 @@ class AuthHelperTest extends TestCase
$this->authHelper->storeAuth($origin, $storeAuth);
}
/**
* @return void
*/
public function testPromptAuthIfNeededGitLabNoAuthChange()
{
$this->setExpectedException('Composer\Downloader\TransportException');

Loading…
Cancel
Save