diff --git a/src/Logging/TeamCity/TeamCityLogger.php b/src/Logging/TeamCity/TeamCityLogger.php index 203e2337046..a35b50deda4 100644 --- a/src/Logging/TeamCity/TeamCityLogger.php +++ b/src/Logging/TeamCity/TeamCityLogger.php @@ -129,7 +129,7 @@ public function testPrepared(Prepared $event): void 'php_qn://%s::\\%s::%s', $test->file(), $test->className(), - $test->methodName(), + $test->name(), ); }