mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix warnings on higher phpunit versions
This commit is contained in:
parent
bb96b04f4a
commit
1593b67230
29 changed files with 854 additions and 143 deletions
|
@ -472,11 +472,10 @@ class AuthHelperTest extends TestCase
|
|||
$this->authHelper->storeAuth($origin, $storeAuth);
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException RuntimeException
|
||||
*/
|
||||
public function testStoreAuthWithPromptInvalidAnswer()
|
||||
{
|
||||
$this->setExpectedException('RuntimeException');
|
||||
|
||||
$origin = 'github.com';
|
||||
$storeAuth = 'prompt';
|
||||
$answer = 'invalid';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue