Skip to content

Commit 719ce8c

Browse files
i582sebastianbergmann
authored andcommitted
fixed teamcity output for teamcity[testStarted meta message
Fixes #5621
1 parent 93aa92b commit 719ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logging/TeamCity/TeamCityLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testPrepared(Prepared $event): void
129129
'php_qn://%s::\\%s::%s',
130130
$test->file(),
131131
$test->className(),
132-
$test->methodName(),
132+
$test->name(),
133133
);
134134
}
135135

0 commit comments

Comments
 (0)