62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
name: RemoveEmptyControllerArgumentLocatorsPassTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: ResolveInvalidReferencesPass
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: Reference
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Reference
|
|
- name: RegisterControllerArgumentLocatorsPass
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\DependencyInjection\RegisterControllerArgumentLocatorsPass
|
|
- name: RemoveEmptyControllerArgumentLocatorsPass
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
|
|
properties: []
|
|
methods:
|
|
- name: testProcess
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testInvoke
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: fooAction
|
|
visibility: public
|
|
parameters:
|
|
- name: bar
|
|
- name: baz
|
|
default: 'null'
|
|
comment: null
|
|
- name: setTestCase
|
|
visibility: public
|
|
parameters:
|
|
- name: test
|
|
comment: null
|
|
- name: fooAction
|
|
visibility: public
|
|
parameters:
|
|
- name: bar
|
|
default: 'null'
|
|
comment: null
|
|
- name: __invoke
|
|
visibility: public
|
|
parameters:
|
|
- name: bar
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\Reference
|
|
- Symfony\Component\HttpKernel\DependencyInjection\RegisterControllerArgumentLocatorsPass
|
|
- Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
|
|
interfaces: []
|