Skip to content

Commit

Permalink
[4.3] Remove unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Oct 30, 2019
1 parent c57ac3f commit 136c4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Output/ConsoleSectionOutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public function testOverwriteMultipleLines()
public function testAddingMultipleSections()
{
$sections = [];
$output1 = new ConsoleSectionOutput($this->stream, $sections, OutputInterface::VERBOSITY_NORMAL, true, new OutputFormatter());
$output2 = new ConsoleSectionOutput($this->stream, $sections, OutputInterface::VERBOSITY_NORMAL, true, new OutputFormatter());
new ConsoleSectionOutput($this->stream, $sections, OutputInterface::VERBOSITY_NORMAL, true, new OutputFormatter());
new ConsoleSectionOutput($this->stream, $sections, OutputInterface::VERBOSITY_NORMAL, true, new OutputFormatter());

$this->assertCount(2, $sections);
}
Expand Down

0 comments on commit 136c4bd

Please sign in to comment.