Contao\CoreBundle\Test\EventListener\LocaleListenerTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $listener = new LocaleListener(['en']);
        $this->assertInstanceOf('Contao\\CoreBundle\\EventListener\\LocaleListener', $listener);
    }