Bolt\Tests\TokenGeneratorTest::testNullRemoteIp PHP Метод

testNullRemoteIp() публичный Метод

public testNullRemoteIp ( )
    public function testNullRemoteIp()
    {
        $username = 'koala';
        $salt = 'vinagre';
        $remoteIP = null;
        $hostName = 'tests.bolt.cm';
        $userAgent = 'Smith';
        $cookieOptions = ['remoteaddr' => true, 'httphost' => true, 'browseragent' => true];
        new Generator($username, $salt, $remoteIP, $hostName, $userAgent, $cookieOptions);
    }