Skip to content

Commit

Permalink
fixed teamcity output for teamcity[testStarted meta message
Browse files Browse the repository at this point in the history
Fixes #5621
  • Loading branch information
Petr Makhnev authored and Petr Makhnev committed Dec 19, 2023
1 parent def0086 commit 2358efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/TeamCity/TeamCityLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function testPrepared(Prepared $event): void
'php_qn://%s::\\%s::%s',
$test->file(),
$test->className(),
$test->methodName(),
$test->name(),
);
}

Expand Down

0 comments on commit 2358efd

Please sign in to comment.