8000 typo first->second · symfony/symfony@1b0f693 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1b0f693

Browse files
cordovalfabpot
authored andcommitted
typo first->second
1 parent 1a0b38a commit 1b0f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testConstructor()
5757
{
5858
$application = new Application('foo', 'bar');
5959
$this->assertEquals('foo', $application->getName(), '__construct() takes the application name as its first argument');
60-
$this->assertEquals('bar', $application->getVersion(), '__construct() takes the application version as its first argument');
60+
$this->assertEquals('bar', $application->getVersion(), '__construct() takes the application version as its second argument');
6161
$this->assertEquals(array('help', 'list'), array_keys($application->all()), '__construct() registered the help and list commands by default');
6262
}
6363

0 commit comments

Comments
 (0)
0