name: AnalyzeServiceReferencesPassTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: IteratorArgument
  type: class
  source: Symfony\Component\DependencyInjection\Argument\IteratorArgument
- name: AnalyzeServiceReferencesPass
  type: class
  source: Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass
- name: ContainerBuilder
  type: class
  source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Definition
  type: class
  source: Symfony\Component\DependencyInjection\Definition
- name: Reference
  type: class
  source: Symfony\Component\DependencyInjection\Reference
properties: []
methods:
- name: testProcess
  visibility: public
  parameters: []
  comment: null
- name: testProcessMarksEdgesLazyWhenReferencedServiceIsLazy
  visibility: public
  parameters: []
  comment: null
- name: testProcessMarksEdgesLazyWhenReferencedFromIteratorArgument
  visibility: public
  parameters: []
  comment: null
- name: testProcessDetectsReferencesFromInlinedDefinitions
  visibility: public
  parameters: []
  comment: null
- name: testProcessDetectsReferencesFromIteratorArguments
  visibility: public
  parameters: []
  comment: null
- name: testProcessDetectsReferencesFromInlinedFactoryDefinitions
  visibility: public
  parameters: []
  comment: null
- name: testProcessDoesNotSaveDuplicateReferences
  visibility: public
  parameters: []
  comment: null
- name: testProcessDetectsFactoryReferences
  visibility: public
  parameters: []
  comment: null
- name: process
  visibility: protected
  parameters:
  - name: container
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Argument\IteratorArgument
- Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\DependencyInjection\Reference
interfaces: []