feat(teamcity): Add basic team city output format

This commit is contained in:
Oliver Nybroe
2020-07-28 09:07:47 +02:00
parent 19ce733207
commit 75f17bb118
3 changed files with 202 additions and 0 deletions

View File

@ -64,6 +64,11 @@ trait TestCase
return $this->__description;
}
public static function __getFileName(): string
{
return self::$__filename;
}
/**
* This method is called before the first test of this test class is run.
*/