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

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

Méthodes publiques

Méthode Description
testRegisterConverter ( )
testRegisterConverterLazyNoCallback ( )
testRegisterConverterNoAlias ( )
testRegisterConverterNoLazy ( )

Méthodes protégées

Méthode 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 méthode

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

setUp() protected méthode

protected setUp ( )

testRegisterConverter() public méthode

testRegisterConverterLazyNoCallback() public méthode

testRegisterConverterNoAlias() public méthode

testRegisterConverterNoLazy() public méthode