test: remove dead code from ShowDatabasesTest (#241) #1331
Annotations
1 warning
Run Infection:
src/Client/PsrClickHouseClient.php#L92
Escaped Mutant for Mutator "Identical":
--- Original
+++ New
@@ @@
if ($values === []) {
throw CannotInsert::noValues();
}
- if ($columns === null) {
+ if ($columns !== null) {
$firstRow = $values[array_key_first($values)];
$columns = array_keys($firstRow);
if (is_int($columns[0])) {
|
The logs for this run have expired and are no longer available.
Loading