diff --git a/tests/acceptance/APICest.php b/tests/acceptance/APICest.php index 0260ac75056f..fcd3cc4fb442 100644 --- a/tests/acceptance/APICest.php +++ b/tests/acceptance/APICest.php @@ -117,6 +117,8 @@ class APICest $response = curl_exec($curl); curl_close($curl); + Debug::debug('Response: ' . $response); + return json_decode($response); } } \ No newline at end of file