name: RegisterAutoconfigureAttributesPassTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: BoundArgument type: class source: Symfony\Component\DependencyInjection\Argument\BoundArgument - name: ChildDefinition type: class source: Symfony\Component\DependencyInjection\ChildDefinition - name: RegisterAutoconfigureAttributesPass type: class source: Symfony\Component\DependencyInjection\Compiler\RegisterAutoconfigureAttributesPass - name: ContainerBuilder type: class source: Symfony\Component\DependencyInjection\ContainerBuilder - name: AutoconfigureFailedException type: class source: Symfony\Component\DependencyInjection\Exception\AutoconfigureFailedException - name: Reference type: class source: Symfony\Component\DependencyInjection\Reference - name: AutoconfigureAttributed type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\AutoconfigureAttributed - name: AutoconfiguredInterface type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\AutoconfiguredInterface - name: LazyAutoconfigured type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\LazyAutoconfigured - name: LazyLoaded type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\LazyLoaded - name: MultipleAutoconfigureAttributed type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\MultipleAutoconfigureAttributed - name: ParentNotExists type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\ParentNotExists - name: StaticConstructorAutoconfigure type: class source: Symfony\Component\DependencyInjection\Tests\Fixtures\StaticConstructorAutoconfigure properties: [] methods: - name: testProcess visibility: public parameters: [] comment: null - name: testIgnoreAttribute visibility: public parameters: [] comment: null - name: testAutoconfiguredTag visibility: public parameters: [] comment: null - name: testMissingParent visibility: public parameters: [] comment: null - name: testStaticConstructor visibility: public parameters: [] comment: null - name: testLazyServiceAttribute visibility: public parameters: [] comment: null - name: testLazyNotCompatibleWithAutoconfigureAttribute visibility: public parameters: [] comment: null - name: testMultipleAutoconfigureAllowed visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\DependencyInjection\Argument\BoundArgument - Symfony\Component\DependencyInjection\ChildDefinition - Symfony\Component\DependencyInjection\Compiler\RegisterAutoconfigureAttributesPass - Symfony\Component\DependencyInjection\ContainerBuilder - Symfony\Component\DependencyInjection\Exception\AutoconfigureFailedException - Symfony\Component\DependencyInjection\Reference - Symfony\Component\DependencyInjection\Tests\Fixtures\AutoconfigureAttributed - Symfony\Component\DependencyInjection\Tests\Fixtures\AutoconfiguredInterface - Symfony\Component\DependencyInjection\Tests\Fixtures\LazyAutoconfigured - Symfony\Component\DependencyInjection\Tests\Fixtures\LazyLoaded - Symfony\Component\DependencyInjection\Tests\Fixtures\MultipleAutoconfigureAttributed - Symfony\Component\DependencyInjection\Tests\Fixtures\ParentNotExists - Symfony\Component\DependencyInjection\Tests\Fixtures\StaticConstructorAutoconfigure interfaces: []