Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 20, 2022
1 parent 3f2ece4 commit c35fafd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Tests/Formatter/OutputFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function testContentWithLineBreaks()
<info>
some text</info>
EOF
));
));

$this->assertEquals(<<<EOF
\033[32msome text
Expand All @@ -289,7 +289,7 @@ public function testContentWithLineBreaks()
<info>some text
</info>
EOF
));
));

$this->assertEquals(<<<EOF
\033[32m
Expand All @@ -301,7 +301,7 @@ public function testContentWithLineBreaks()
some text
</info>
EOF
));
));

$this->assertEquals(<<<EOF
\033[32m
Expand All @@ -315,7 +315,7 @@ public function testContentWithLineBreaks()
more text
</info>
EOF
));
));
}

public function testFormatAndWrap()
Expand Down
4 changes: 2 additions & 2 deletions Tests/Helper/SymfonyQuestionHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function testChoiceQuestionPadding()
[łabądź] baz
>
EOT
, $output, true);
, $output, true);
}

public function testChoiceQuestionCustomPrompt()
Expand All @@ -181,7 +181,7 @@ public function testChoiceQuestionCustomPrompt()
[0] foo
>ccc>
EOT
, $output, true);
, $output, true);
}

protected function getInputStream($input)
Expand Down

0 comments on commit c35fafd

Please sign in to comment.