PHP 클래스 eZ\Bundle\EzPublishIOBundle\Tests\DependencyInjection\Compiler\IOConfigurationPassTest

상속: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractCompilerPassTestCase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$binarydataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject
$metadataConfigurationFactoryMock eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
setUp ( )
testBinarydataHandler ( )
testDefaultHandlers ( ) Tests that the default handlers are available when nothing is configured.
testMetadataHandler ( )
testUnknownBinarydataHandler ( )
testUnknownMetadataHandler ( )

보호된 메소드들

메소드 설명
registerCompilerPass ( ContainerBuilder $container )

메소드 상세

registerCompilerPass() 보호된 메소드

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

setUp() 공개 메소드

public setUp ( )

testBinarydataHandler() 공개 메소드

testDefaultHandlers() 공개 메소드

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

testMetadataHandler() 공개 메소드

public testMetadataHandler ( )

testUnknownBinarydataHandler() 공개 메소드

testUnknownMetadataHandler() 공개 메소드

프로퍼티 상세

$binarydataConfigurationFactoryMock 보호되어 있는 프로퍼티

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

$metadataConfigurationFactoryMock 보호되어 있는 프로퍼티

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