PHP Class eZ\Bundle\EzPublishRestBundle\Tests\DependencyInjection\Compiler\OutputVisitorPassTest

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

Méthodes publiques

Méthode Description
testPriority ( )
testProcess ( )

Méthodes protégées

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

Method Details

getVisitorsInRegistrationOrder() protected méthode

registerCompilerPass() protected méthode

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

testPriority() public méthode

public testPriority ( )

testProcess() public méthode

public testProcess ( )