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

43 lines
1.4 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\Serializer\Command\DebugCommand
- name: ClassMetadataFactory
type: class
source: Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
- name: ClassMetadataFactoryInterface
type: class
source: Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface
- name: AttributeLoader
type: class
source: Symfony\Component\Serializer\Mapping\Loader\AttributeLoader
- name: DummyClassOne
type: class
source: Symfony\Component\Serializer\Tests\Dummy\DummyClassOne
properties: []
methods:
- name: testOutputWithClassArgument
visibility: public
parameters: []
comment: null
- name: testOutputWithInvalidClassArgument
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\Serializer\Command\DebugCommand
- Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
- Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface
- Symfony\Component\Serializer\Mapping\Loader\AttributeLoader
- Symfony\Component\Serializer\Tests\Dummy\DummyClassOne
interfaces: []