Add logs to unit tests

This commit is contained in:
Eric Espie
2024-06-17 11:55:36 +02:00
parent 50e40879de
commit 7dc1672b24

View File

@@ -184,7 +184,10 @@ class QueryTest extends ItopDataTestCase
// execute curl
$result = curl_exec($curl);
if (curl_errno($curl)) {
$info = curl_getinfo($curl);
var_export($info);
}
// close curl
curl_close($curl);