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

Inheritance: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractCompilerPassTestCase
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$binarydataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject
$metadataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerCompilerPass ( ContainerBuilder $container )

Method Details

registerCompilerPass() protected méthode

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

setUp() public méthode

public setUp ( )

testBinarydataHandler() public méthode

testDefaultHandlers() public méthode

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

testMetadataHandler() public méthode

public testMetadataHandler ( )

testUnknownBinarydataHandler() public méthode

testUnknownMetadataHandler() public méthode

Property Details

$binarydataConfigurationFactoryMock protected_oe property

protected ConfigurationFactory,eZ\Bundle\EzPublishIOBundle\DependencyInjection|PHPUnit_Framework_MockObject_MockObject $binarydataConfigurationFactoryMock
Résultat eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject

$metadataConfigurationFactoryMock protected_oe property

protected ConfigurationFactory,eZ\Bundle\EzPublishIOBundle\DependencyInjection|PHPUnit_Framework_MockObject_MockObject $metadataConfigurationFactoryMock
Résultat eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject