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()
988
988
$ application ->setAutoExit (false );
989
989
putenv ('COLUMNS=22 ' );
990
990
$ application ->register ('foo ' )->setCode (function () {
991
- throw new \Exception ('don \' t break here <info>!</info> ' );
991
+ throw new \Exception ('dont break here <info>!</info> ' );
992
992
});
993
993
$ tester = new ApplicationTester ($ application );
994
994
Original file line number Diff line number Diff line change @@ -616,12 +616,12 @@ public static function renderProvider()
616
616
[],
617
617
[
618
618
[
619
- new TableCell ('<error>Don \' t break ' ."\n" .'here</error> ' , ['colspan ' => 2 ]),
619
+ new TableCell ('<error>Dont break ' ."\n" .'here</error> ' , ['colspan ' => 2 ]),
620
620
],
621
621
new TableSeparator (),
622
622
[
623
623
'foo ' ,
624
- new TableCell ('<error>Don \' t break ' ."\n" .'here</error> ' , ['rowspan ' => 2 ]),
624
+ new TableCell ('<error>Dont break ' ."\n" .'here</error> ' , ['rowspan ' => 2 ]),
625
625
],
626
626
[
627
627
'bar ' ,
You can’t perform that action at this time.
0 commit comments