Bump broadcast to latest version #76
Annotations
3 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run make mutation-testing:
src/App.php#L50
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
$this->logger->debug('Loop execution starting');
Loop::run();
$this->logger->debug('Loop execution ended');
- $this->logger->debug('Execution completed with exit code: ' . $exitCode);
+ $this->logger->debug($exitCode . 'Execution completed with exit code: ');
return $exitCode;
}
}
|
Run make mutation-testing:
src/App.php#L50
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
$this->logger->debug('Loop execution starting');
Loop::run();
$this->logger->debug('Loop execution ended');
- $this->logger->debug('Execution completed with exit code: ' . $exitCode);
+ $this->logger->debug('Execution completed with exit code: ');
return $exitCode;
}
}
|
Loading