eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest::testUnknownMetadataHandler PHP 메소드

testUnknownMetadataHandler() 공개 메소드

    public function testUnknownMetadataHandler()
    {
        $this->container->setParameter('ez_io.metadata_handlers', array('test' => array('type' => 'unknown')));
        $this->compile();
    }