mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix 5.3 build
This commit is contained in:
parent
d3f1c664d4
commit
4e667f891b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class ProcessExecutorTest extends TestCase
|
|||
public function testConsoleIODoesNotFormatSymfonyConsoleStyle()
|
||||
{
|
||||
$output = new BufferedOutput(OutputInterface::VERBOSITY_NORMAL, true);
|
||||
$process = new ProcessExecutor(new ConsoleIO(new ArrayInput([]), $output, new HelperSet([])));
|
||||
$process = new ProcessExecutor(new ConsoleIO(new ArrayInput(array()), $output, new HelperSet(array())));
|
||||
|
||||
$process->execute('echo \'<error>foo</error>\'');
|
||||
$this->assertSame('<error>foo</error>'.PHP_EOL, $output->fetch());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue