Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TeamCity.php

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\Logging
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal