Contao\CoreBundle\Test\Security\User\ContaoUserProviderTest::testLoadWithInvalidScope PHP 메소드

testLoadWithInvalidScope() 공개 메소드

Tests an invalid container scope.
    public function testLoadWithInvalidScope()
    {
        $provider = new ContaoUserProvider($this->framework);
        $provider->setContainer($this->mockContainerWithContaoScopes('invalid'));
        $provider->loadUserByUsername('frontend');
    }