drop link #71
Annotations
6 warnings
PHP 8.1 test on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
PHP 8.1 test on ubuntu-latest:
src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
protected function assertRuntime(ReflectionActionInterface $reflection): void
{
$this->query();
- $this->body();
+
$this->files();
}
}
|
PHP 8.1 test on ubuntu-latest:
src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
$this->query();
$this->body();
- $this->files();
+
}
}
|
PHP 8.2 test on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
PHP 8.2 test on ubuntu-latest:
src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
protected function assertRuntime(ReflectionActionInterface $reflection): void
{
$this->query();
- $this->body();
+
$this->files();
}
}
|
PHP 8.2 test on ubuntu-latest:
src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
$this->query();
$this->body();
- $this->files();
+
}
}
|