File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ public function testContentWithLineBreaks()
279279<info>
280280some text</info>
281281EOF
282- ));
282+ ));
283283
284284 $ this ->assertEquals (<<<EOF
285285\033[32msome text
@@ -289,7 +289,7 @@ public function testContentWithLineBreaks()
289289<info>some text
290290</info>
291291EOF
292- ));
292+ ));
293293
294294 $ this ->assertEquals (<<<EOF
295295\033[32m
@@ -301,7 +301,7 @@ public function testContentWithLineBreaks()
301301some text
302302</info>
303303EOF
304- ));
304+ ));
305305
306306 $ this ->assertEquals (<<<EOF
307307\033[32m
@@ -315,7 +315,7 @@ public function testContentWithLineBreaks()
315315more text
316316</info>
317317EOF
318- ));
318+ ));
319319 }
320320
321321 public function testFormatAndWrap ()
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function testChoiceQuestionPadding()
162162 [łabądź] baz
163163 >
164164EOT
165- , $ output , true );
165+ , $ output , true );
166166 }
167167
168168 public function testChoiceQuestionCustomPrompt ()
@@ -181,7 +181,7 @@ public function testChoiceQuestionCustomPrompt()
181181 [0] foo
182182 >ccc>
183183EOT
184- , $ output , true );
184+ , $ output , true );
185185 }
186186
187187 protected function getInputStream ($ input )
You can’t perform that action at this time.
0 commit comments