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

testInstantiation() public method

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