refactor: Move PHP settings checker into a class #1451
Triggered via pull request
November 21, 2023 23:33
Status
Cancelled
Total duration
6m 50s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
unit-tests.yaml
on: pull_request
Matrix: infection
Matrix: unit-tests
Unit tests status
0s
Annotations
41 errors and 1 warning
Unit-Tests (PHP 8.2, lowest, composer) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.2) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.3) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.3) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.4) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.4) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer:2.2) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer) - PHAR writeable; bz2 disabled
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.3, highest, composer) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.3) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.3) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, lowest, composer:2.4) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.4) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, lowest, composer:2.4) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.4) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer:2.2) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Infection (PHP 8.2)
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Infection (PHP 8.2)
Process completed with exit code 2.
|
Unit-Tests (PHP 8.2, locked, composer:2.3) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, highest, composer:2.3) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, highest, composer:2.3) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer:2.3) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer:2.3) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer:2.4) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer:2.4) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer:2.4) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer:2.4) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, lowest, composer:2.2) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.2) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, lowest, composer:2.2) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.2) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, lowest, composer:2.3) - PHAR writeable
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, lowest, composer:2.3) - PHAR writeable
The operation was canceled.
|
Unit-Tests (PHP 8.2, highest, composer:2.4) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, highest, composer:2.4) - PHAR readonly
The operation was canceled.
|
Unit-Tests (PHP 8.2, locked, composer) - PHAR readonly
Canceling since a higher priority waiting request for 'Unit Tests-1188' exists
|
Unit-Tests (PHP 8.2, locked, composer) - PHAR readonly
The operation was canceled.
|
Infection (PHP 8.2):
src/Console/Command/Extract.php#L79
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
public function execute(IO $io) : int
{
- PhpSettingsChecker::check($io);
+
$pharPath = self::getPharFilePath($io);
$outputDir = $io->getTypedArgument(self::OUTPUT_ARG)->asNonEmptyString();
$internal = $io->getTypedOption(self::INTERNAL_OPT)->asBoolean();
|