29
29
private ?string $ bootstrap ;
30
30
private ?string $ cacheDirectory ;
31
31
private ?bool $ cacheResult ;
32
+ private bool $ checkPhpConfiguration ;
32
33
private bool $ checkVersion ;
33
34
private ?string $ colors ;
34
35
private null |int |string $ columns ;
186
187
* @param ?non-empty-list<non-empty-string> $coverageFilter
187
188
* @param ?non-empty-list<non-empty-string> $extensions
188
189
*/
189
- public function __construct (array $ arguments , ?string $ atLeastVersion , ?bool $ backupGlobals , ?bool $ backupStaticProperties , ?bool $ beStrictAboutChangesToGlobalState , ?string $ bootstrap , ?string $ cacheDirectory , ?bool $ cacheResult , 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 , bool $ warmCoverageCache , ?int $ defaultTimeLimit , ?bool $ disableCodeCoverageIgnore , ?bool $ disallowTestOutput , ?bool $ enforceTimeLimit , ?array $ excludeGroups , ?int $ executionOrder , ?int $ executionOrderDefects , ?bool $ failOnAllIssues , ?bool $ failOnDeprecation , ?bool $ failOnPhpunitDeprecation , ?bool $ failOnPhpunitWarning , ?bool $ failOnEmptyTestSuite , ?bool $ failOnIncomplete , ?bool $ failOnNotice , ?bool $ failOnRisky , ?bool $ failOnSkipped , ?bool $ failOnWarning , ?bool $ doNotFailOnDeprecation , ?bool $ doNotFailOnPhpunitDeprecation , ?bool $ doNotFailOnPhpunitWarning , ?bool $ doNotFailOnEmptyTestSuite , ?bool $ doNotFailOnIncomplete , ?bool $ doNotFailOnNotice , ?bool $ doNotFailOnRisky , ?bool $ doNotFailOnSkipped , ?bool $ doNotFailOnWarning , ?bool $ stopOnDefect , ?bool $ stopOnDeprecation , ?string $ specificDeprecationToStopOn , ?bool $ stopOnError , ?bool $ stopOnFailure , ?bool $ stopOnIncomplete , ?bool $ stopOnNotice , ?bool $ stopOnRisky , ?bool $ stopOnSkipped , ?bool $ stopOnWarning , ?string $ filter , ?string $ excludeFilter , ?string $ generateBaseline , ?string $ useBaseline , bool $ ignoreBaseline , bool $ generateConfiguration , bool $ migrateConfiguration , ?array $ groups , ?array $ testsCovering , ?array $ testsUsing , ?array $ testsRequiringPhpExtension , bool $ help , ?string $ includePath , ?array $ iniSettings , ?string $ junitLogfile , bool $ listGroups , bool $ listSuites , bool $ listTestFiles , 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 $ displayDetailsOnAllIssues , ?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 $ testdoxPrinter , ?bool $ testdoxPrinterSummary , bool $ debug , ?array $ extensions )
190
+ public function __construct (array $ arguments , ?string $ atLeastVersion , ?bool $ backupGlobals , ?bool $ backupStaticProperties , ?bool $ beStrictAboutChangesToGlobalState , ?string $ bootstrap , ?string $ cacheDirectory , ?bool $ cacheResult , bool $ checkPhpConfiguration , 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 , bool $ warmCoverageCache , ?int $ defaultTimeLimit , ?bool $ disableCodeCoverageIgnore , ?bool $ disallowTestOutput , ?bool $ enforceTimeLimit , ?array $ excludeGroups , ?int $ executionOrder , ?int $ executionOrderDefects , ?bool $ failOnAllIssues , ?bool $ failOnDeprecation , ?bool $ failOnPhpunitDeprecation , ?bool $ failOnPhpunitWarning , ?bool $ failOnEmptyTestSuite , ?bool $ failOnIncomplete , ?bool $ failOnNotice , ?bool $ failOnRisky , ?bool $ failOnSkipped , ?bool $ failOnWarning , ?bool $ doNotFailOnDeprecation , ?bool $ doNotFailOnPhpunitDeprecation , ?bool $ doNotFailOnPhpunitWarning , ?bool $ doNotFailOnEmptyTestSuite , ?bool $ doNotFailOnIncomplete , ?bool $ doNotFailOnNotice , ?bool $ doNotFailOnRisky , ?bool $ doNotFailOnSkipped , ?bool $ doNotFailOnWarning , ?bool $ stopOnDefect , ?bool $ stopOnDeprecation , ?string $ specificDeprecationToStopOn , ?bool $ stopOnError , ?bool $ stopOnFailure , ?bool $ stopOnIncomplete , ?bool $ stopOnNotice , ?bool $ stopOnRisky , ?bool $ stopOnSkipped , ?bool $ stopOnWarning , ?string $ filter , ?string $ excludeFilter , ?string $ generateBaseline , ?string $ useBaseline , bool $ ignoreBaseline , bool $ generateConfiguration , bool $ migrateConfiguration , ?array $ groups , ?array $ testsCovering , ?array $ testsUsing , ?array $ testsRequiringPhpExtension , bool $ help , ?string $ includePath , ?array $ iniSettings , ?string $ junitLogfile , bool $ listGroups , bool $ listSuites , bool $ listTestFiles , 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 $ displayDetailsOnAllIssues , ?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 $ testdoxPrinter , ?bool $ testdoxPrinterSummary , bool $ debug , ?array $ extensions )
190
191
{
191
192
$ this ->arguments = $ arguments ;
192
193
$ this ->atLeastVersion = $ atLeastVersion ;
@@ -196,6 +197,7 @@ public function __construct(array $arguments, ?string $atLeastVersion, ?bool $ba
196
197
$ this ->bootstrap = $ bootstrap ;
197
198
$ this ->cacheDirectory = $ cacheDirectory ;
198
199
$ this ->cacheResult = $ cacheResult ;
200
+ $ this ->checkPhpConfiguration = $ checkPhpConfiguration ;
199
201
$ this ->checkVersion = $ checkVersion ;
200
202
$ this ->colors = $ colors ;
201
203
$ this ->columns = $ columns ;
@@ -454,6 +456,11 @@ public function cacheResult(): bool
454
456
return $ this ->cacheResult ;
455
457
}
456
458
459
+ public function checkPhpConfiguration (): bool
460
+ {
461
+ return $ this ->checkPhpConfiguration ;
462
+ }
463
+
457
464
public function checkVersion (): bool
458
465
{
459
466
return $ this ->checkVersion ;
0 commit comments