Add *Stream and DoctrineHelper tests #34
Annotations
2 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/.
|
Infection:
src/Store/DoctrineDbalStoreStream.php#L144
Escaped Mutant for Mutator "LogicalOr":
--- Original
+++ New
@@ @@
*/
private function assertNotClosed() : void
{
- if ($this->result === null || $this->generator === null) {
+ if ($this->result === null && $this->generator === null) {
throw new StreamClosed();
}
}
}
|
Loading