8000 Merge branch '2.3' into 2.7 · symfony/symfony@557bc51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 557bc51

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed PHP 5.3 compat in tests
2 parents 13394f8 + c59a3da commit 557bc51

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
@@ -746,7 +746,7 @@ public function testAddingOptionWithDuplicateShortcut()
746746

747747
$application
748748
->register('foo')
749-
->setAliases([ 50E2 'f'])
749+
->setAliases(array('f'))
750750
->setDefinition(array(new InputOption('survey', 'e', InputOption::VALUE_REQUIRED, 'My option with a shortcut.')))
751751
->setCode(function (InputInterface $input, OutputInterface $output) {})
752752
;

0 commit comments

Comments
 (0)
0