Skip to content

Nightly

Nightly #142

Triggered via schedule August 28, 2026 02:58
Status Success
Total duration 56s
Artifacts 1

nightly.yaml

on: schedule
Matrix: Integrate / Phar
Integrate  /  GitHub Actions Analysis
9s
Integrate / GitHub Actions Analysis
Matrix: Integrate / Code Coverage
Matrix: Integrate / Coding Standards
Matrix: Integrate / Dependency Analysis
Matrix: Integrate / Mutation Tests
Matrix: Integrate / Refactoring
Matrix: Integrate / Security Analysis
Matrix: Integrate / Static Code Analysis
Matrix: Integrate / Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Integrate / Mutation Tests (8.1, locked): src/Report/SkippedTestList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $values; private function __construct(SkippedTest ...$values) { - $this->values = \array_values($values); + $this->values = $values; } public static function create(SkippedTest ...$values) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/RiskyTestList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $riskyTests; private function __construct(RiskyTest ...$riskyTests) { - $this->riskyTests = \array_values($riskyTests); + $this->riskyTests = $riskyTests; } public static function create(RiskyTest ...$riskyTests) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/PhpunitWarningList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $phpunitWarnings; private function __construct(PhpunitWarning ...$phpunitWarnings) { - $this->phpunitWarnings = \array_values($phpunitWarnings); + $this->phpunitWarnings = $phpunitWarnings; } public static function create(PhpunitWarning ...$phpunitWarnings) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/PhpunitNoticeList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $phpunitNotices; private function __construct(PhpunitNotice ...$phpunitNotices) { - $this->phpunitNotices = \array_values($phpunitNotices); + $this->phpunitNotices = $phpunitNotices; } public static function create(PhpunitNotice ...$phpunitNotices) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/PhpunitDeprecationList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $phpunitDeprecations; private function __construct(PhpunitDeprecation ...$phpunitDeprecations) { - $this->phpunitDeprecations = \array_values($phpunitDeprecations); + $this->phpunitDeprecations = $phpunitDeprecations; } public static function create(PhpunitDeprecation ...$phpunitDeprecations) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/NoticeList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $notices; private function __construct(Notice ...$notices) { - $this->notices = \array_values($notices); + $this->notices = $notices; } public static function create(Notice ...$notices) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/IncompleteTestList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $values; private function __construct(IncompleteTest ...$values) { - $this->values = \array_values($values); + $this->values = $values; } public static function create(IncompleteTest ...$values) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/FailedTestList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $values; private function __construct(FailedTest ...$values) { - $this->values = \array_values($values); + $this->values = $values; } public static function create(FailedTest ...$values) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/ErroredTestList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $erroredTests; private function __construct(ErroredTest ...$erroredTests) { - $this->erroredTests = \array_values($erroredTests); + $this->erroredTests = $erroredTests; } public static function create(ErroredTest ...$erroredTests) : self {
Integrate / Mutation Tests (8.1, locked): src/Report/DeprecationList.php#L28
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private readonly array $deprecations; private function __construct(Deprecation ...$deprecations) { - $this->deprecations = \array_values($deprecations); + $this->deprecations = $deprecations; } public static function create(Deprecation ...$deprecations) : self {

Artifacts

Produced during runtime
Name Size Digest
phpunit-agent-reporter-phar Expired
54.5 KB
sha256:0bbfe1a58ad2e7e111acfc6b3941e2ac2bdccde0985bb9b4162715570b29fba5