feat: Add support for using native Symfony commands #219
tests.yaml
on: pull_request
Matrix: tests
Infection
43s
Check status
0s
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;
}
}
|