refactor: parallel

This commit is contained in:
Nuno Maduro
2023-02-13 03:08:36 +00:00
parent 735f131222
commit b6fb81e506
7 changed files with 52 additions and 35 deletions

View File

@ -21,8 +21,7 @@ final class CleanConsoleOutput extends ConsoleOutput
}
/**
* Determines if the given message is the descriptive message
* that Paratest outputs when it starts.
* Removes the opening headline, witch is not needed.
*/
private function isOpeningHeadline(string $message): bool
{