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

Breadcrumb

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

function Configuration::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php \PHPUnit\TextUI\XmlConfiguration\Configuration::__construct()
  2. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php \PHPUnit\TextUI\Configuration\Configuration::__construct()

@psalm-param list<non-empty-string> $arguments @psalm-param ?non-empty-list<non-empty-string> $testSuffixes

File

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

Class

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

Namespace

PHPUnit\TextUI\CliArguments

Code

public function __construct(array $arguments, ?string $atLeastVersion, ?bool $backupGlobals, ?bool $backupStaticProperties, ?bool $beStrictAboutChangesToGlobalState, ?string $bootstrap, ?string $cacheDirectory, ?bool $cacheResult, ?string $cacheResultFile, bool $checkVersion, ?string $colors, null|int|string $columns, ?string $configurationFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4J, ?string $coverageHtml, ?string $coveragePhp, ?string $coverageText, ?bool $coverageTextShowUncoveredFiles, ?bool $coverageTextShowOnlySummary, ?string $coverageXml, ?bool $pathCoverage, ?string $coverageCacheDirectory, bool $warmCoverageCache, ?int $defaultTimeLimit, ?bool $disableCodeCoverageIgnore, ?bool $disallowTestOutput, ?bool $enforceTimeLimit, ?array $excludeGroups, ?int $executionOrder, ?int $executionOrderDefects, ?bool $failOnDeprecation, ?bool $failOnPhpunitDeprecation, ?bool $failOnEmptyTestSuite, ?bool $failOnIncomplete, ?bool $failOnNotice, ?bool $failOnRisky, ?bool $failOnSkipped, ?bool $failOnWarning, ?bool $stopOnDefect, ?bool $stopOnDeprecation, ?bool $stopOnError, ?bool $stopOnFailure, ?bool $stopOnIncomplete, ?bool $stopOnNotice, ?bool $stopOnRisky, ?bool $stopOnSkipped, ?bool $stopOnWarning, ?string $filter, ?string $generateBaseline, ?string $useBaseline, bool $ignoreBaseline, bool $generateConfiguration, bool $migrateConfiguration, ?array $groups, ?array $testsCovering, ?array $testsUsing, bool $help, ?string $includePath, ?array $iniSettings, ?string $junitLogfile, bool $listGroups, bool $listSuites, bool $listTests, ?string $listTestsXml, ?bool $noCoverage, ?bool $noExtensions, ?bool $noOutput, ?bool $noProgress, ?bool $noResults, ?bool $noLogging, ?bool $processIsolation, ?int $randomOrderSeed, ?bool $reportUselessTests, ?bool $resolveDependencies, ?bool $reverseList, ?bool $stderr, ?bool $strictCoverage, ?string $teamcityLogfile, ?string $testdoxHtmlFile, ?string $testdoxTextFile, ?array $testSuffixes, ?string $testSuite, ?string $excludeTestSuite, bool $useDefaultConfiguration, ?bool $displayDetailsOnIncompleteTests, ?bool $displayDetailsOnSkippedTests, ?bool $displayDetailsOnTestsThatTriggerDeprecations, ?bool $displayDetailsOnPhpunitDeprecations, ?bool $displayDetailsOnTestsThatTriggerErrors, ?bool $displayDetailsOnTestsThatTriggerNotices, ?bool $displayDetailsOnTestsThatTriggerWarnings, bool $version, ?array $coverageFilter, ?string $logEventsText, ?string $logEventsVerboseText, ?bool $printerTeamCity, ?bool $printerTestDox, bool $debug) {
    $this->arguments = $arguments;
    $this->atLeastVersion = $atLeastVersion;
    $this->backupGlobals = $backupGlobals;
    $this->backupStaticProperties = $backupStaticProperties;
    $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState;
    $this->bootstrap = $bootstrap;
    $this->cacheDirectory = $cacheDirectory;
    $this->cacheResult = $cacheResult;
    $this->cacheResultFile = $cacheResultFile;
    $this->checkVersion = $checkVersion;
    $this->colors = $colors;
    $this->columns = $columns;
    $this->configurationFile = $configurationFile;
    $this->coverageFilter = $coverageFilter;
    $this->coverageClover = $coverageClover;
    $this->coverageCobertura = $coverageCobertura;
    $this->coverageCrap4J = $coverageCrap4J;
    $this->coverageHtml = $coverageHtml;
    $this->coveragePhp = $coveragePhp;
    $this->coverageText = $coverageText;
    $this->coverageTextShowUncoveredFiles = $coverageTextShowUncoveredFiles;
    $this->coverageTextShowOnlySummary = $coverageTextShowOnlySummary;
    $this->coverageXml = $coverageXml;
    $this->pathCoverage = $pathCoverage;
    $this->coverageCacheDirectory = $coverageCacheDirectory;
    $this->warmCoverageCache = $warmCoverageCache;
    $this->defaultTimeLimit = $defaultTimeLimit;
    $this->disableCodeCoverageIgnore = $disableCodeCoverageIgnore;
    $this->disallowTestOutput = $disallowTestOutput;
    $this->enforceTimeLimit = $enforceTimeLimit;
    $this->excludeGroups = $excludeGroups;
    $this->executionOrder = $executionOrder;
    $this->executionOrderDefects = $executionOrderDefects;
    $this->failOnDeprecation = $failOnDeprecation;
    $this->failOnPhpunitDeprecation = $failOnPhpunitDeprecation;
    $this->failOnEmptyTestSuite = $failOnEmptyTestSuite;
    $this->failOnIncomplete = $failOnIncomplete;
    $this->failOnNotice = $failOnNotice;
    $this->failOnRisky = $failOnRisky;
    $this->failOnSkipped = $failOnSkipped;
    $this->failOnWarning = $failOnWarning;
    $this->stopOnDefect = $stopOnDefect;
    $this->stopOnDeprecation = $stopOnDeprecation;
    $this->stopOnError = $stopOnError;
    $this->stopOnFailure = $stopOnFailure;
    $this->stopOnIncomplete = $stopOnIncomplete;
    $this->stopOnNotice = $stopOnNotice;
    $this->stopOnRisky = $stopOnRisky;
    $this->stopOnSkipped = $stopOnSkipped;
    $this->stopOnWarning = $stopOnWarning;
    $this->filter = $filter;
    $this->generateBaseline = $generateBaseline;
    $this->useBaseline = $useBaseline;
    $this->ignoreBaseline = $ignoreBaseline;
    $this->generateConfiguration = $generateConfiguration;
    $this->migrateConfiguration = $migrateConfiguration;
    $this->groups = $groups;
    $this->testsCovering = $testsCovering;
    $this->testsUsing = $testsUsing;
    $this->help = $help;
    $this->includePath = $includePath;
    $this->iniSettings = $iniSettings;
    $this->junitLogfile = $junitLogfile;
    $this->listGroups = $listGroups;
    $this->listSuites = $listSuites;
    $this->listTests = $listTests;
    $this->listTestsXml = $listTestsXml;
    $this->noCoverage = $noCoverage;
    $this->noExtensions = $noExtensions;
    $this->noOutput = $noOutput;
    $this->noProgress = $noProgress;
    $this->noResults = $noResults;
    $this->noLogging = $noLogging;
    $this->processIsolation = $processIsolation;
    $this->randomOrderSeed = $randomOrderSeed;
    $this->reportUselessTests = $reportUselessTests;
    $this->resolveDependencies = $resolveDependencies;
    $this->reverseList = $reverseList;
    $this->stderr = $stderr;
    $this->strictCoverage = $strictCoverage;
    $this->teamcityLogfile = $teamcityLogfile;
    $this->testdoxHtmlFile = $testdoxHtmlFile;
    $this->testdoxTextFile = $testdoxTextFile;
    $this->testSuffixes = $testSuffixes;
    $this->testSuite = $testSuite;
    $this->excludeTestSuite = $excludeTestSuite;
    $this->useDefaultConfiguration = $useDefaultConfiguration;
    $this->displayDetailsOnIncompleteTests = $displayDetailsOnIncompleteTests;
    $this->displayDetailsOnSkippedTests = $displayDetailsOnSkippedTests;
    $this->displayDetailsOnTestsThatTriggerDeprecations = $displayDetailsOnTestsThatTriggerDeprecations;
    $this->displayDetailsOnPhpunitDeprecations = $displayDetailsOnPhpunitDeprecations;
    $this->displayDetailsOnTestsThatTriggerErrors = $displayDetailsOnTestsThatTriggerErrors;
    $this->displayDetailsOnTestsThatTriggerNotices = $displayDetailsOnTestsThatTriggerNotices;
    $this->displayDetailsOnTestsThatTriggerWarnings = $displayDetailsOnTestsThatTriggerWarnings;
    $this->version = $version;
    $this->logEventsText = $logEventsText;
    $this->logEventsVerboseText = $logEventsVerboseText;
    $this->teamCityPrinter = $printerTeamCity;
    $this->testdoxPrinter = $printerTestDox;
    $this->debug = $debug;
}

API Navigation

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