PHP Class eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest

Inheritance: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractCompilerPassTestCase
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$binarydataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject
$metadataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
setUp ( )
testBinarydataHandler ( )
testDefaultHandlers ( ) Tests that the default handlers are available when nothing is configured.
testMetadataHandler ( )
testUnknownBinarydataHandler ( )
testUnknownMetadataHandler ( )

Protected Methods

Method Description
registerCompilerPass ( ContainerBuilder $container )

Method Details

registerCompilerPass() protected method

protected registerCompilerPass ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

setUp() public method

public setUp ( )

testBinarydataHandler() public method

testDefaultHandlers() public method

Tests that the default handlers are available when nothing is configured.
public testDefaultHandlers ( )

testMetadataHandler() public method

public testMetadataHandler ( )

testUnknownBinarydataHandler() public method

testUnknownMetadataHandler() public method

Property Details

$binarydataConfigurationFactoryMock protected_oe property

protected ConfigurationFactory,eZ\Bundle\EzPublishIOBundle\DependencyInjection|PHPUnit_Framework_MockObject_MockObject $binarydataConfigurationFactoryMock
return eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject

$metadataConfigurationFactoryMock protected_oe property

protected ConfigurationFactory,eZ\Bundle\EzPublishIOBundle\DependencyInjection|PHPUnit_Framework_MockObject_MockObject $metadataConfigurationFactoryMock
return eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject