1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

GitLab: add warning in case GitLab authentication is misconfigured

This commit is contained in:
Stephan Vock 2022-04-28 21:27:16 +01:00
parent 89721ab322
commit d40c3a89c0
No known key found for this signature in database
GPG key ID: 257FEE7D686036D6

View file

@ -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');