PHP Class eZ\Publish\Core\Base\Tests\Container\Compiler\Storage\Legacy\FieldValueConverterRegistryPassTest

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

Public Methods

Method Description
testRegisterConverter ( )
testRegisterConverterLazyNoCallback ( )
testRegisterConverterNoAlias ( )
testRegisterConverterNoLazy ( )

Protected Methods

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

Method Details

registerCompilerPass() protected method

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

setUp() protected method

protected setUp ( )

testRegisterConverter() public method

testRegisterConverterLazyNoCallback() public method

testRegisterConverterNoAlias() public method

testRegisterConverterNoLazy() public method