Test updates

This commit is contained in:
2026-06-25 16:42:02 +09:00
parent 6aa79dacc9
commit 55aebb5373
2 changed files with 25 additions and 15 deletions
@@ -58,6 +58,10 @@ final class CoreLibsUrlRequestsCurlTest extends TestCase
if ($handle === false) {
continue;
}
$status = curl_exec($handle);
if ($status === false) {
continue;
}
$this->url_basic = $url;
// print "Open: $url\n";
break;