From 8cc6e4f67d02e660a133a69fbec8d5fad70e3ee4 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Thu, 30 Apr 2015 12:06:53 +0200 Subject: [PATCH] Fixed two camelcase names --- tests/Composer/Test/IO/ConsoleIOTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/IO/ConsoleIOTest.php b/tests/Composer/Test/IO/ConsoleIOTest.php index a61b310da..a300350b9 100644 --- a/tests/Composer/Test/IO/ConsoleIOTest.php +++ b/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');