Skip to content

Commit 3cf8a49

Browse files
Merge branch '10.5' into 11.4
2 parents b0bc00f + f018938 commit 3cf8a49

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

src/TextUI/Output/Default/ResultPrinter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ public function print(TestResult $result): void
146146
}
147147
}
148148

149-
public function flush(): void
150-
{
151-
$this->printer->flush();
152-
}
153-
154149
private function printPhpunitErrors(TestResult $result): void
155150
{
156151
if (!$result->hasTestTriggeredPhpunitErrorEvents()) {

src/TextUI/Output/TestDox/ResultPrinter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public function print(array $tests): void
6060
}
6161
}
6262

63-
public function flush(): void
64-
{
65-
$this->printer->flush();
66-
}
67-
6863
/**
6964
* @param array<string, TestResultCollection> $tests
7065
*/

tests/unit/TextUI/Output/Default/ResultPrinterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ public function testPrintsExpectedOutputForTestResultObject(string $expectationF
383383
);
384384

385385
$resultPrinter->print($result);
386-
$resultPrinter->flush();
387386

388387
$summaryPrinter = new SummaryPrinter(
389388
$printer,

0 commit comments

Comments
 (0)