Skip to content

feat: Add support for using native Symfony commands #219

feat: Add support for using native Symfony commands

feat: Add support for using native Symfony commands #219

Triggered via pull request November 16, 2023 08:11
Status Failure
Total duration 59s
Artifacts

tests.yaml

on: pull_request
Matrix: tests
Infection
43s
Infection
Check status
0s
Check status
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Infection
Process completed with exit code 2.
Check status
Process completed with exit code 1.
Infection: src/Application/BaseApplication.php#L60
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ } public function areExceptionsCaught() : bool { - return true; + return false; } }