platform/api/symfony/Component/Validator/Tests/Command/DebugCommandTest.yaml
2024-09-02 10:44:11 -07:00

47 lines
1.5 KiB
YAML

name: DebugCommandTest
class_comment: "# * @author Lo\xEFc Fr\xE9mont <lc.fremont@gmail.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
- name: DebugCommand
type: class
source: Symfony\Component\Validator\Command\DebugCommand
- name: LazyLoadingMetadataFactory
type: class
source: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory
- name: MetadataFactoryInterface
type: class
source: Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface
- name: AttributeLoader
type: class
source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader
- name: DummyClassOne
type: class
source: Symfony\Component\Validator\Tests\Dummy\DummyClassOne
properties: []
methods:
- name: testOutputWithClassArgument
visibility: public
parameters: []
comment: null
- name: testOutputWithPathArgument
visibility: public
parameters: []
comment: null
- name: testOutputWithInvalidClassArgument
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\Validator\Command\DebugCommand
- Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory
- Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
- Symfony\Component\Validator\Tests\Dummy\DummyClassOne
interfaces: []