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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC