Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed Dec 11, 2009
1 parent ff8c39c commit 9c44510
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ext/sockets/tests/socket_getpeername_ipv6loop.phpt
Expand Up @@ -5,9 +5,10 @@ ext/sockets - socket_getpeername_ipv6loop - basic test
# $Id: socket_getpeername_ipv6loop.phpt 494 2009-06-09 20:38:05Z tatjana.andersen@redpill-linpro.com $
--SKIPIF--
<?php
if (!extension_loaded('sockets')) {
die('skip sockets extension not available.');
}
if (!extension_loaded('sockets')) {
die('skip sockets extension not available.');
}
require 'ipv6_skipif.inc';
?>
--FILE--
<?php
Expand Down

0 comments on commit 9c44510

Please sign in to comment.