Contao\CoreBundle\Test\Security\ContaoAuthenticatorTest::testAuthenticateTokenWithoutContainer PHP Method

testAuthenticateTokenWithoutContainer() public method

Tests authenticating a token without the container being set.
    public function testAuthenticateTokenWithoutContainer()
    {
        $authenticator = new ContaoAuthenticator();
        $authenticator->authenticateToken(new AnonymousToken('frontend', 'anon.'), $this->mockUserProvider(), 'frontend');
    }