Skip to content

Commit 2f27d38

Browse files
Merge branch '12.3'
2 parents 1df8f31 + 0b18fea commit 2f27d38

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Event/Emitter/DispatchingEmitter.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,13 +1333,6 @@ public function testRunnerFinishedStaticAnalysisForCodeCoverage(int $cacheHits,
13331333
*/
13341334
public function testRunnerTriggeredPhpunitDeprecation(string $message): void
13351335
{
1336-
try {
1337-
if (TestMethodBuilder::fromCallStack()->metadata()->isIgnorePhpunitDeprecations()->isNotEmpty()) {
1338-
return;
1339-
}
1340-
} catch (NoTestCaseObjectOnCallStackException) {
1341-
}
1342-
13431336
$this->dispatcher->dispatch(
13441337
new TestRunner\DeprecationTriggered(
13451338
$this->telemetryInfo(),

0 commit comments

Comments
 (0)