From d4e755244111815acf62dcf97aeed0277111e292 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Sun, 11 Feb 2024 10:28:01 -0300 Subject: [PATCH] Typo --- _tests/ParallelOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tests/ParallelOutput.php b/_tests/ParallelOutput.php index 13d6cb9d..7c03df1c 100644 --- a/_tests/ParallelOutput.php +++ b/_tests/ParallelOutput.php @@ -72,7 +72,7 @@ protected function formatStatusWithTime( $taskId, $status ) { return "[$minutes:$seconds] $taskId $status"; } - protected function displayBufferedOutputs() { + public function displayBufferedOutputs() { // Clear the terminal screen system( 'clear' );