Skip to content

Commit 841ecb1

Browse files
Merge branch '10.5' into 11.5
2 parents 3c3ae14 + b177d01 commit 841ecb1

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
@@ -551,7 +551,6 @@ final public function runBare(): void
551551
Event\Code\ComparisonFailureBuilder::from($e),
552552
);
553553
} catch (TimeoutException $e) {
554-
$this->status = TestStatus::risky($e->getMessage());
555554
} catch (Throwable $_e) {
556555
if ($this->isRegisteredFailure($_e)) {
557556
$this->status = TestStatus::failure($_e->getMessage());
@@ -1884,8 +1883,6 @@ private function stopOutputBuffering(): bool
18841883
$message,
18851884
);
18861885

1887-
$this->status = TestStatus::risky($message);
1888-
18891886
return false;
18901887
}
18911888

@@ -1933,8 +1930,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
19331930
$this->valueObjectForEvents(),
19341931
$message,
19351932
);
1936-
1937-
$this->status = TestStatus::risky($message);
19381933
}
19391934

19401935
$message = null;
@@ -1965,8 +1960,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
19651960
$this->valueObjectForEvents(),
19661961
$message,
19671962
);
1968-
1969-
$this->status = TestStatus::risky($message);
19701963
}
19711964
}
19721965

@@ -2011,8 +2004,6 @@ private function getActiveErrorHandlers(): array
20112004
$this->valueObjectForEvents(),
20122005
$message,
20132006
);
2014-
2015-
$this->status = TestStatus::risky($message);
20162007
}
20172008

20182009
return $activeErrorHandlers;

0 commit comments

Comments
 (0)