Neos\Flow\Tests\Unit\Utility\IpTest::cidrMatchCorrectlyMatchesIpRanges PHP Method

cidrMatchCorrectlyMatchesIpRanges() public method

public cidrMatchCorrectlyMatchesIpRanges ( $range, $ip, $expected )
    public function cidrMatchCorrectlyMatchesIpRanges($range, $ip, $expected)
    {
        $this->assertEquals($expected, Ip::cidrMatch($ip, $range));
    }