platform/api/symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.yaml

40 lines
973 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ArgumentMetadataTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ArgumentMetadata
type: class
source: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata
- name: Foo
type: class
source: Symfony\Component\HttpKernel\Tests\Fixtures\Attribute\Foo
properties: []
methods:
- name: testWithBcLayerWithDefault
visibility: public
parameters: []
comment: null
- name: testDefaultValueAvailable
visibility: public
parameters: []
comment: null
- name: testDefaultValueUnavailable
visibility: public
parameters: []
comment: null
- name: testGetAttributes
visibility: public
parameters: []
comment: null
- name: testGetAttributesOfType
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata
- Symfony\Component\HttpKernel\Tests\Fixtures\Attribute\Foo
interfaces: []