Skip to content

Commit 035e3c7

Browse files
Merge branch '11.5'
2 parents 9f2ebaf + 841ecb1 commit 035e3c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Framework/TestCase.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ final public function runBare(): void
522522
Event\Code\ComparisonFailureBuilder::from($e),
523523
);
524524
} catch (TimeoutException $e) {
525-
$this->status = TestStatus::risky($e->getMessage());
526525
} catch (Throwable $_e) {
527526
if ($this->isRegisteredFailure($_e)) {
528527
$this->status = TestStatus::failure($_e->getMessage());
@@ -1465,8 +1464,6 @@ private function stopOutputBuffering(): bool
14651464
$message,
14661465
);
14671466

1468-
$this->status = TestStatus::risky($message);
1469-
14701467
return false;
14711468
}
14721469

@@ -1514,8 +1511,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
15141511
$this->valueObjectForEvents(),
15151512
$message,
15161513
);
1517-
1518-
$this->status = TestStatus::risky($message);
15191514
}
15201515

15211516
$message = null;
@@ -1546,8 +1541,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
15461541
$this->valueObjectForEvents(),
15471542
$message,
15481543
);
1549-
1550-
$this->status = TestStatus::risky($message);
15511544
}
15521545
}
15531546

@@ -1592,8 +1585,6 @@ private function getActiveErrorHandlers(): array
15921585
$this->valueObjectForEvents(),
15931586
$message,
15941587
);
1595-
1596-
$this->status = TestStatus::risky($message);
15971588
}
15981589

15991590
return $activeErrorHandlers;

0 commit comments

Comments
 (0)