Skip to content

Change Options constructor visibility to public #299

Change Options constructor visibility to public

Change Options constructor visibility to public #299

Re-run triggered September 19, 2024 06:07
Status Failure
Total duration 2m 53s
Artifacts

ci.yml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Lint composer.json
Matrix: Static Analysis
Matrix: Tests
Matrix: Lint XMLs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 19 warnings
Code Coverage (8.2)
Process completed with exit code 1.
Lint composer.json (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Coding Standards (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests (8.3, lowest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Static Analysis (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Coverage (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Coverage (8.2): src/Options.php#L660
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($this->configuration ?? $configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L661
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $this->phpunit ?? $phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L662
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $this->cwd ?? $cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L663
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $this->maxBatchSize ?? $maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L664
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $this->noTestTokens ?? $noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L666
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $this->phpunitOptions ?? $phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L667
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $this->processes ?? $processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L668
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $this->runner ?? $runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L669
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $this->tmpDir ?? $tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); } }
Code Coverage (8.2): src/Options.php#L671
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function with(?Configuration $configuration = null, ?string $phpunit = null, ?string $cwd = null, ?int $maxBatchSize = null, ?bool $noTestTokens = null, ?array $passthruPhp = null, ?array $phpunitOptions = null, ?int $processes = null, ?string $runner = null, ?string $tmpDir = null, ?bool $verbose = null, ?bool $functional = null): self { - return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $functional ?? $this->functional); + return new self($configuration ?? $this->configuration, $phpunit ?? $this->phpunit, $cwd ?? $this->cwd, $maxBatchSize ?? $this->maxBatchSize, $noTestTokens ?? $this->noTestTokens, $passthruPhp ?? $this->passthruPhp, $phpunitOptions ?? $this->phpunitOptions, $processes ?? $this->processes, $runner ?? $this->runner, $tmpDir ?? $this->tmpDir, $verbose ?? $this->verbose, $this->functional ?? $functional); } }
Tests (8.2, lowest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint XMLs (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests (8.2, highest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests (8.3, highest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/