Explorar o código

Fixed two camelcase names

Rob Bast %!s(int64=10) %!d(string=hai) anos
pai
achega
8cc6e4f67d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Composer/Test/IO/ConsoleIOTest.php

+ 2 - 2
tests/Composer/Test/IO/ConsoleIOTest.php

@@ -224,7 +224,7 @@ class ConsoleIOTest extends TestCase
         );
     }
 
-    public function testgetAuthenticationWhenDidNotSet()
+    public function testGetAuthenticationWhenDidNotSet()
     {
         $inputMock = $this->getMock('Symfony\Component\Console\Input\InputInterface');
         $outputMock = $this->getMock('Symfony\Component\Console\Output\OutputInterface');
@@ -238,7 +238,7 @@ class ConsoleIOTest extends TestCase
         );
     }
 
-    public function testhasAuthentication()
+    public function testHasAuthentication()
     {
         $inputMock = $this->getMock('Symfony\Component\Console\Input\InputInterface');
         $outputMock = $this->getMock('Symfony\Component\Console\Output\OutputInterface');