class TeamCity
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity
Expanded class hierarchy of TeamCity
1 file declares its use of TeamCity
- Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
1 string reference to 'TeamCity'
- ConvertLogTypes::migrate in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrations/ ConvertLogTypes.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Logging/ TeamCity.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\LoggingView source
final class TeamCity {
private readonly File $target;
public function __construct(File $target) {
$this->target = $target;
}
public function target() : File {
return $this->target;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TeamCity::$target | private | property | |
TeamCity::target | public | function | |
TeamCity::__construct | public | function |