mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
✅ Add logs to unit tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user