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

testUnknownBinarydataHandler() public method

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