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

23 lines
567 B
YAML

name: InspectUlidCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
- name: InspectUlidCommand
type: class
source: Symfony\Component\Uid\Command\InspectUlidCommand
properties: []
methods:
- name: test
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\Uid\Command\InspectUlidCommand
interfaces: []