1
0
Fork 0
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:
Igor Wiedler 2012-11-07 13:33:50 +01:00
parent a2c2652695
commit 4959c2bdc6
13 changed files with 57 additions and 57 deletions

View file

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