Move methods from Command
to AbstractPDOCommand
#1364
Triggered via pull request
November 5, 2023 07:37
Status
Success
Total duration
1h 31m 13s
Artifacts
–
Annotations
1 warning
PHP 8.1-ubuntu-latest:
src/Connection.php#L37
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$command->setSql($sql);
}
if ($this->logger !== null) {
- $command->setLogger($this->logger);
+
}
if ($this->profiler !== null) {
$command->setProfiler($this->profiler);
|