eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest::testUnknownMetadataHandler PHP Méthode

testUnknownMetadataHandler() public méthode

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