‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Authentication\IpLockerTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Authentication\IpLockerTest:

Public Member Functions

array getSessionIpLockDataProvider ()
 
 getSessionIpLock (string $ipAddress, int $lockIPv4PartCount, int $lockIPv6PartCount, string $expectedLock)
 

Detailed Description

Testcase for class \TYPO3\CMS\Core\Authentication\IpLocker

Definition at line 27 of file IpLockerTest.php.

Member Function Documentation

◆ getSessionIpLock()

TYPO3\CMS\Core\Tests\Unit\Authentication\IpLockerTest::getSessionIpLock ( string  $ipAddress,
int  $lockIPv4PartCount,
int  $lockIPv6PartCount,
string  $expectedLock 
)
Test:
‪@dataProvider getSessionIpLockDataProvider

Definition at line 144 of file IpLockerTest.php.

◆ getSessionIpLockDataProvider()

array TYPO3\CMS\Core\Tests\Unit\Authentication\IpLockerTest::getSessionIpLockDataProvider ( )
Returns
‪array

Definition at line 32 of file IpLockerTest.php.