Contao\CoreBundle\Test\Security\User\ContaoUserProviderTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $provider = new ContaoUserProvider($this->framework);
        $this->assertInstanceOf('Contao\\CoreBundle\\Security\\User\\ContaoUserProvider', $provider);
    }