From 9514977ce26f31a20e3998ce74bae3093cb53ea1 Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 17 Jun 2024 16:48:09 +0200 Subject: [PATCH] ci bug investigation --- .../unitary-tests/application/query/QueryTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/application/query/QueryTest.php b/tests/php-unit-tests/unitary-tests/application/query/QueryTest.php index 7156f2028..6697a4108 100644 --- a/tests/php-unit-tests/unitary-tests/application/query/QueryTest.php +++ b/tests/php-unit-tests/unitary-tests/application/query/QueryTest.php @@ -187,6 +187,11 @@ class QueryTest extends ItopDataTestCase if (curl_errno($curl)) { $info = curl_getinfo($curl); var_export($info); + var_dump([ + 'url' => $url, + 'app_root_url:' => MetaModel::GetConfig()->Get('app_root_url'), + 'GetAbsoluteUrlAppRoot:' => \utils::GetAbsoluteUrlAppRoot(), + ]); } // close curl curl_close($curl);