Contao\CoreBundle\Test\DependencyInjection\Compiler\AddPackagesPassTest::testInstantiation PHP 메소드

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $pass = new AddPackagesPass($this->getRootDir() . '/vendor/composer/installed.json');
        $this->assertInstanceOf('Contao\\CoreBundle\\DependencyInjection\\Compiler\\AddPackagesPass', $pass);
    }