api/symfony/Component/Uid/Tests/Command/InspectUlidCommandTest.yaml

24 lines
567 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []