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

73 lines
1.8 KiB
YAML

name: GenerateUlidCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Application
type: class
source: Symfony\Component\Console\Application
- name: CommandCompletionTester
type: class
source: Symfony\Component\Console\Tester\CommandCompletionTester
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
- name: GenerateUlidCommand
type: class
source: Symfony\Component\Uid\Command\GenerateUlidCommand
- name: Ulid
type: class
source: Symfony\Component\Uid\Ulid
properties: []
methods:
- name: testDefaults
visibility: public
parameters: []
comment: '# * @group time-sensitive'
- name: testUnparsableTimestamp
visibility: public
parameters: []
comment: null
- name: testTimestampBeforeUnixEpoch
visibility: public
parameters: []
comment: null
- name: testTimestamp
visibility: public
parameters: []
comment: null
- name: testCount
visibility: public
parameters: []
comment: null
- name: testInvalidFormat
visibility: public
parameters: []
comment: null
- name: testFormat
visibility: public
parameters: []
comment: null
- name: testUlidsAreDifferentWhenGeneratingSeveralNow
visibility: public
parameters: []
comment: null
- name: testComplete
visibility: public
parameters:
- name: input
- name: expectedSuggestions
comment: '# * @dataProvider provideCompletionSuggestions'
- name: provideCompletionSuggestions
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Application
- Symfony\Component\Console\Tester\CommandCompletionTester
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\Uid\Command\GenerateUlidCommand
- Symfony\Component\Uid\Ulid
interfaces: []