We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a5517 commit f14fb59Copy full SHA for f14fb59
src/Subscribers/TestRunner/TestRunnerFinishedSubscriber.php
@@ -91,6 +91,7 @@ private function createFailedEventDatas(TestResult $testResult): array
91
92
/** @var TestMethod $testMethod */
93
$failedEventData = [
94
+ 'test_file_path' => $testMethod->file(),
95
'test_class' => $testMethod->className(),
96
'test_method' => $testMethod->methodName(),
97
'message' => $testFailedEvent->throwable()->message(),
0 commit comments