php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64680 Please skip test requiring ONLINE connection
Submitted: 2013-04-20 06:38 UTC Modified: 2013-07-16 07:13 UTC
From: remi@php.net Assigned: osmanov (profile)
Status: Closed Package: event (PECL)
PHP Version: 5.5.0beta3 OS: GNU/Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: remi@php.net
New email:
PHP Version: OS:

 

 [2013-04-20 06:38 UTC] remi@php.net
Description:
------------
Test 04-bevent-socket.phpt requires an internet access.

in some build environment, this can't be run.

So please skip if SKIP_ONLINE_TESTS is set.

For example (from some tests in php-src):

--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
?>



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-07-16 07:13 UTC] osmanov@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: osmanov
 [2013-07-16 07:13 UTC] osmanov@php.net
Sorry for the delay. For some reason I hadn't received notification.
Fixed in Git. I'll package it ASAP.

Thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 00:01:29 2025 UTC