Skip to content

Commit 77a33e9

Browse files
committed
Format JSON
1 parent 4934ced commit 77a33e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/xp/test/JSON.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function summary($metrics, $overall, $failures) {
105105
}
106106
}
107107

108-
$this->out->write(json_encode($report));
108+
$this->out->write(json_encode($report, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));
109109
$this->out->close();
110110
}
111111
}

0 commit comments

Comments
 (0)