Test updates with skip for DB, URL check skip and lookup fix

curl fix for printing out response, we just want true/false if connect worked
skip curl tests where we need a base url
skip any DB tests if there is no DB
update the caller method list test
This commit is contained in:
2026-06-25 17:24:45 +09:00
parent e3306a096f
commit 3f02bee643
4 changed files with 85 additions and 30 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ final class CoreLibsACLLoginTest extends TestCase
);
} catch (\Exception $e) {
self::markTestSkipped(
'Cannot connect to valid Test DB for ACL\Login test: ' . $e->getMessage()
'Cannot connect to Test DB for ACL\Login test: ' . $e->getMessage()
);
}
// ALWAYS drop DB and RECREATE DB