eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest::testUnknownBinarydataHandler PHP Метод

testUnknownBinarydataHandler() публичный Метод

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