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

Breadcrumb

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

function Configuration::hasTeamcityLogfile

@psalm-assert-if-true !null $this->teamcityLogfile

1 call to Configuration::hasTeamcityLogfile()
Configuration::teamcityLogfile in vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php, line 1701

Class

Configuration
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\TextUI\CliArguments

Code

public function hasTeamcityLogfile() : bool {
    return $this->teamcityLogfile !== null;
}

API Navigation

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