Nightly #142
nightly.yaml
on: schedule
Matrix: Integrate / Phar
Integrate
/
GitHub Actions Analysis
9s
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
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
|
|