Skip to content

Commit

Permalink
Add message when writing the Xdebug filter script file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianheuer authored and sebastianbergmann committed Sep 8, 2018
1 parent ade76be commit 0a842c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TextUI/TestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0a842c6

Please sign in to comment.