Skip to content

Commit

Permalink
merged branch trompette/patch-1 (PR #1761)
Browse files Browse the repository at this point in the history
Commits
-------

e2b249d fixed typo

Discussion
----------

fixed typo
  • Loading branch information
fabpot committed Jul 21, 2011
2 parents 61f0290 + e2b249d commit 8e3b9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testIpv6Provider()

public function testAnIpv6WithOptionDisabledIpv6()
{
if (defined('AF_INET6')) {
if (!defined('AF_INET6')) {
$this->markTestSkipped('Only works when PHP is compiled with the option "disable-ipv6".');
}

Expand Down

0 comments on commit 8e3b9c3

Please sign in to comment.