platform/api/symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.yaml
2024-09-02 10:44:11 -07:00

39 lines
973 B
YAML

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: []