59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
|
name: LazyServiceDumperTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ContainerInterface
|
||
|
type: class
|
||
|
source: Psr\Container\ContainerInterface
|
||
|
- name: Definition
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Definition
|
||
|
- name: InvalidArgumentException
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
||
|
- name: LazyServiceDumper
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\LazyServiceDumper
|
||
|
- name: ReadOnlyClass
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Tests\Fixtures\ReadOnlyClass
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testProxyInterface
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFinalClassInterface
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testInvalidClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReadonlyClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * @requires PHP 8.3'
|
||
|
- name: has
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
comment: null
|
||
|
- name: get
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Psr\Container\ContainerInterface
|
||
|
- Symfony\Component\DependencyInjection\Definition
|
||
|
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
||
|
- Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\LazyServiceDumper
|
||
|
- Symfony\Component\DependencyInjection\Tests\Fixtures\ReadOnlyClass
|
||
|
interfaces:
|
||
|
- ContainerInterface
|