Contao\CoreBundle\Test\DependencyInjection\Compiler\AddSessionBagsPassTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $pass = new AddSessionBagsPass();
        $this->assertInstanceOf('Contao\\CoreBundle\\DependencyInjection\\Compiler\\AddSessionBagsPass', $pass);
    }