name: RegisterLocaleAwareServicesPassTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: IteratorArgument type: class source: Symfony\Component\DependencyInjection\Argument\IteratorArgument - name: ContainerBuilder type: class source: Symfony\Component\DependencyInjection\ContainerBuilder - name: Reference type: class source: Symfony\Component\DependencyInjection\Reference - name: RegisterLocaleAwareServicesPass type: class source: Symfony\Component\HttpKernel\DependencyInjection\RegisterLocaleAwareServicesPass - name: LocaleAwareListener type: class source: Symfony\Component\HttpKernel\EventListener\LocaleAwareListener - name: LocaleAwareInterface type: class source: Symfony\Contracts\Translation\LocaleAwareInterface properties: [] methods: - name: testCompilerPass visibility: public parameters: [] comment: null - name: testListenerUnregisteredWhenNoLocaleAwareServices visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\DependencyInjection\Argument\IteratorArgument - Symfony\Component\DependencyInjection\ContainerBuilder - Symfony\Component\DependencyInjection\Reference - Symfony\Component\HttpKernel\DependencyInjection\RegisterLocaleAwareServicesPass - Symfony\Component\HttpKernel\EventListener\LocaleAwareListener - Symfony\Contracts\Translation\LocaleAwareInterface interfaces: []