File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
tests/end-to-end/regression/GitHub Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -567,10 +567,12 @@ protected function handleBootstrap(string $filename): void
567
567
568
568
$ this ->exitWithErrorMessage (
569
569
sprintf (
570
- 'Error in bootstrap script: %s:%s%s ' ,
570
+ 'Error in bootstrap script: %s:%s%s%s%s ' ,
571
571
get_class ($ t ),
572
572
PHP_EOL ,
573
- $ t ->getMessage ()
573
+ $ t ->getMessage (),
574
+ PHP_EOL ,
575
+ $ t ->getTraceAsString ()
574
576
)
575
577
);
576
578
}
Original file line number Diff line number Diff line change 1
1
--TEST--
2
- https://github.com/sebastianbergmann/phpunit/issues/ 4620
2
+ GH- 4620 GH-4877
3
3
--FILE--
4
4
<?php declare (strict_types=1 );
5
5
@@ -17,3 +17,4 @@ PHPUnit %s #StandWithUkraine
17
17
18
18
Error in bootstrap script: PHPUnit \TestFixture \MyException:
19
19
Big boom. Big bada boom.
20
+ %a
You can’t perform that action at this time.
0 commit comments