[PHP 8.5-ubuntu-latest: src/DbSchemaManager.php#L76](https://github.com/yiisoft/cache-db/pull/96/files#annotation_43056796275)
Escaped Mutant for Mutator "TrueValue":
@@ @@
*/
private function hasTable(string $table): bool
{
- return $this->db->getSchema()->hasTable($table, refresh: true);
+ return $this->db->getSchema()->hasTable($table, refresh: false);
}
}
There is one mutant: