76 lines
2.2 KiB
YAML
76 lines
2.2 KiB
YAML
name: ResolveInvalidReferencesPassTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: ServiceClosureArgument
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
|
|
- name: DecoratorServicePass
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\DecoratorServicePass
|
|
- name: ResolveInvalidReferencesPass
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: ContainerInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerInterface
|
|
- name: Reference
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Reference
|
|
properties: []
|
|
methods:
|
|
- name: testProcess
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessIgnoreInvalidArgumentInCollectionArgument
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessKeepMethodCallOnInvalidArgumentInCollectionArgument
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessIgnoreNonExistentServices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessRemovesPropertiesOnInvalid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessRemovesArgumentsOnInvalid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessSetDecoratedAsNullOnInvalid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessSetOnlyDecoratedAsNullOnInvalid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessExcludedServiceAndNullOnInvalid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: process
|
|
visibility: protected
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
|
|
- Symfony\Component\DependencyInjection\Compiler\DecoratorServicePass
|
|
- Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\ContainerInterface
|
|
- Symfony\Component\DependencyInjection\Reference
|
|
interfaces: []
|