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
i582 committed Dec 19, 2023
1 parent def0086 commit 94e4c62
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(),

Check failure on line 132 in src/Logging/TeamCity/TeamCityLogger.php

View workflow job for this annotation

GitHub Actions / Type Checker

MissingThrowsDocblock

src/Logging/TeamCity/TeamCityLogger.php:132:24: MissingThrowsDocblock: PHPUnit\Event\TestData\NoDataSetFromDataProviderException is thrown but not caught - please either catch or add a @throws annotation (see https://psalm.dev/169)
);
}

Expand Down

0 comments on commit 94e4c62

Please sign in to comment.