@@ -142,7 +142,7 @@ final class Configuration
142
142
* @psalm-param list<non-empty-string> $arguments
143
143
* @psalm-param ?non-empty-list<non-empty-string> $testSuffixes
144
144
*/
145
- 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 $ 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 , ?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 $ 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 $ printerTestDox , bool $ debug )
145
+ public function __construct (array $ arguments , ?string $ atLeastVersion , ?bool $ backupGlobals , ?bool $ backupStaticProperties , ?bool $ beStrictAboutChangesToGlobalState , ?string $ bootstrap , ?string $ cacheDirectory , ?bool $ cacheResult , ?string $ cacheResultFile , 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 , ?string $ coverageCacheDirectory , 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 , ?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 $ 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 $ printerTestDox , bool $ debug )
146
146
{
147
147
$ this ->arguments = $ arguments ;
148
148
$ this ->atLeastVersion = $ atLeastVersion ;
@@ -153,6 +153,7 @@ public function __construct(array $arguments, ?string $atLeastVersion, ?bool $ba
153
153
$ this ->cacheDirectory = $ cacheDirectory ;
154
154
$ this ->cacheResult = $ cacheResult ;
155
155
$ this ->cacheResultFile = $ cacheResultFile ;
156
+ $ this ->checkPhpConfiguration = $ checkPhpConfiguration ;
156
157
$ this ->checkVersion = $ checkVersion ;
157
158
$ this ->colors = $ colors ;
158
159
$ this ->columns = $ columns ;
@@ -430,6 +431,11 @@ public function cacheResultFile(): string
430
431
return $ this ->cacheResultFile ;
431
432
}
432
433
434
+ public function checkPhpConfiguration (): bool
435
+ {
436
+ return $ this ->checkPhpConfiguration ;
437
+ }
438
+
433
439
public function checkVersion (): bool
434
440
{
435
441
return $ this ->checkVersion ;
0 commit comments