8000 Merge branch '2.8' into 3.0 · symfony/symfony@afece71 · GitHub
[go: up one dir, main page]

Skip to content

Commit afece71

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed PHP 5.3 compat in tests
2 parents 26f2c87 + 1567ce6 commit afece71

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

727727
$application
728728
->register('foo')
729-
->setAliases(['f'])
729+
->setAliases(array('f'))
730730
->setDefinition(array(new InputOption('survey', 'e', InputOption::VALUE_REQUIRED, 'My option with a shortcut.')))
731731
->setCode(function (InputInterface $input, OutputInterface $output) {})
732732
;

0 commit comments

Comments
 (0)
0