File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Symfony/Component/Console/Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ public function testRenderExceptionEscapesLines()
988988 $ application ->setAutoExit (false );
989989 putenv ('COLUMNS=22 ' );
990990 $ application ->register ('foo ' )->setCode (function () {
991- throw new \Exception ('don \' t break here <info>!</info> ' );
991+ throw new \Exception ('dont break here <info>!</info> ' );
992992 });
993993 $ tester = new ApplicationTester ($ application );
994994
Original file line number Diff line number Diff line change @@ -616,12 +616,12 @@ public static function renderProvider()
616616 [],
617617 [
618618 [
619- new TableCell ('<error>Don \' t break ' ."\n" .'here</error> ' , ['colspan ' => 2 ]),
619+ new TableCell ('<error>Dont break ' ."\n" .'here</error> ' , ['colspan ' => 2 ]),
620620 ],
621621 new TableSeparator (),
622622 [
623623 'foo ' ,
624- new TableCell ('<error>Don \' t break ' ."\n" .'here</error> ' , ['rowspan ' => 2 ]),
624+ new TableCell ('<error>Dont break ' ."\n" .'here</error> ' , ['rowspan ' => 2 ]),
625625 ],
626626 [
627627 'bar ' ,
You can’t perform that action at this time.
0 commit comments