eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest::testUnknownMetadataHandler PHP Method

testUnknownMetadataHandler() public method

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