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

27 lines
792 B
YAML

name: DebugAssetsMapperCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Application
type: class
source: Symfony\Bundle\FrameworkBundle\Console\Application
- name: AssetMapperTestAppKernel
type: class
source: Symfony\Component\AssetMapper\Tests\Fixtures\AssetMapperTestAppKernel
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
properties: []
methods:
- name: testCommandDumpsInformation
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\FrameworkBundle\Console\Application
- Symfony\Component\AssetMapper\Tests\Fixtures\AssetMapperTestAppKernel
- Symfony\Component\Console\Tester\CommandTester
interfaces: []