class Junit
Same name in this branch
- 11.1.x vendor/squizlabs/php_codesniffer/src/Reports/Junit.php \PHP_CodeSniffer\Reports\Junit
@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\Junit
Expanded class hierarchy of Junit
1 file declares its use of Junit
- Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
1 string reference to 'Junit'
- ConvertLogTypes::migrate in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrations/ ConvertLogTypes.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Logging/ Junit.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\LoggingView source
final class Junit {
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 |
---|---|---|---|
Junit::$target | private | property | |
Junit::target | public | function | |
Junit::__construct | public | function |