name: DebugCommandTest class_comment: "# * @author Lo\xEFc Fr\xE9mont " 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: []