|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getIpv4Data () | |
| getIpv6Data () | |
| testAnIpv6WithOptionDisabledIpv6 () | |
| testIpv4 ($matches, $remoteAddr, $cidr) | |
| testIpv6 ($matches, $remoteAddr, $cidr) | |
Definition at line 17 of file IpUtilsTest.php.
| Symfony\Component\HttpFoundation\Tests\IpUtilsTest::getIpv4Data | ( | ) |
Definition at line 27 of file IpUtilsTest.php.
| Symfony\Component\HttpFoundation\Tests\IpUtilsTest::getIpv6Data | ( | ) |
Definition at line 57 of file IpUtilsTest.php.
| Symfony\Component\HttpFoundation\Tests\IpUtilsTest::testAnIpv6WithOptionDisabledIpv6 | ( | ) |
@expectedException \RuntimeException @requires extension sockets
Definition at line 77 of file IpUtilsTest.php.
References Symfony\Component\HttpFoundation\IpUtils\checkIp().
| Symfony\Component\HttpFoundation\Tests\IpUtilsTest::testIpv4 | ( | $matches, | |
| $remoteAddr, | |||
| $cidr | |||
| ) |
@dataProvider getIpv4Data
Definition at line 22 of file IpUtilsTest.php.
References Symfony\Component\HttpFoundation\IpUtils\checkIp().
| Symfony\Component\HttpFoundation\Tests\IpUtilsTest::testIpv6 | ( | $matches, | |
| $remoteAddr, | |||
| $cidr | |||
| ) |
@dataProvider getIpv6Data
Definition at line 48 of file IpUtilsTest.php.
References Symfony\Component\HttpFoundation\IpUtils\checkIp().