diff --git a/src/TextUI/TestRunner.php b/src/TextUI/TestRunner.php index 98a6276de37..5563879f912 100644 --- a/src/TextUI/TestRunner.php +++ b/src/TextUI/TestRunner.php @@ -549,6 +549,9 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te ); \file_put_contents($arguments['xdebugFilterFile'], $script); + $this->write("\n"); + $this->write(\sprintf('Wrote Xdebug filter script to %s ' . \PHP_EOL, $arguments['xdebugFilterFile'])); + exit(self::SUCCESS_EXIT); }