Skip to content

Conversation

marcosptf
Copy link
Contributor

was added a new test to module curl;

@krakjoe
Copy link
Member

krakjoe commented Oct 17, 2016

This should skipif for online test.

@marcosptf
Copy link
Contributor Author

Hello @krakjoe how are you?
fine?

ill fix it asap!
thanks for your comment!

<?php
$urls = array(
"it.yahoo.com/",
"fr.yahoo.com/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use our domains (php.net), in these tests?

docs.php.net
bugs.php.net
...

<?php
if (!extension_loaded('curl'))
print("skip");
?>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like @krakjoe said, it needs a skipif for online tests here

@marcosptf
Copy link
Contributor Author

@krakjoe @KalleZ
code fixed like you suggest!
Thanks!!!

@KalleZ
Copy link
Member

KalleZ commented Oct 26, 2016

Still missing a SKIPIF check for online tests:

if (getenv("SKIP_ONLINE_TESTS")) { die('skip: online test'); }

@marcosptf
Copy link
Contributor Author

owwwwww
@KalleZ
Thanks for this code!!!!

@marcosptf
Copy link
Contributor Author

@krakjoe @KalleZ
skip test online added

👍

@KalleZ
Copy link
Member

KalleZ commented Oct 26, 2016

Looks good to me :)

@php-pulls php-pulls merged commit a51d33c into php:master Jan 6, 2017
@krakjoe
Copy link
Member

krakjoe commented Jan 6, 2017

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants