mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
This commit is contained in:
parent
a2c2652695
commit
4959c2bdc6
13 changed files with 57 additions and 57 deletions
|
@ -69,7 +69,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
|
|||
->will($this->returnValue('somepassword'));
|
||||
|
||||
$io->expects($this->any())
|
||||
->method('setAuthorization')
|
||||
->method('setAuthentication')
|
||||
->with($this->equalTo('github.com'), $this->matchesRegularExpression('{someuser|abcdef}'), $this->matchesRegularExpression('{somepassword|x-oauth-basic}'));
|
||||
|
||||
$remoteFilesystem->expects($this->at(1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue