PHP 클래스 eZ\Publish\Core\Base\Tests\Container\Compiler\Storage\Legacy\FieldValueConverterRegistryPassTest

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

공개 메소드들

메소드 설명
testRegisterConverter ( )
testRegisterConverterLazyNoCallback ( )
testRegisterConverterNoAlias ( )
testRegisterConverterNoLazy ( )

보호된 메소드들

메소드 설명
registerCompilerPass ( ContainerBuilder $container ) Register the compiler pass under test, just like you would do inside a bundle's load() method:.
setUp ( )

메소드 상세

registerCompilerPass() 보호된 메소드

$container->addCompilerPass(new MyCompilerPass());
protected registerCompilerPass ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

setUp() 보호된 메소드

protected setUp ( )

testRegisterConverter() 공개 메소드

testRegisterConverterLazyNoCallback() 공개 메소드

testRegisterConverterNoAlias() 공개 메소드

testRegisterConverterNoLazy() 공개 메소드