fixed typo

This commit is contained in:
Benoît Merlet 2011-07-21 09:35:16 -07:00
parent 08730b604b
commit e2b249da08

View File

@ -71,7 +71,7 @@ class RequestMatcherTest extends \PHPUnit_Framework_TestCase
public function testAnIpv6WithOptionDisabledIpv6() public function testAnIpv6WithOptionDisabledIpv6()
{ {
if (defined('AF_INET6')) { if (!defined('AF_INET6')) {
$this->markTestSkipped('Only works when PHP is compiled with the option "disable-ipv6".'); $this->markTestSkipped('Only works when PHP is compiled with the option "disable-ipv6".');
} }