name: UuidFactoryTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: UuidFactory type: class source: Symfony\Component\Uid\Factory\UuidFactory - name: NilUuid type: class source: Symfony\Component\Uid\NilUuid - name: Uuid type: class source: Symfony\Component\Uid\Uuid - name: UuidV1 type: class source: Symfony\Component\Uid\UuidV1 - name: UuidV3 type: class source: Symfony\Component\Uid\UuidV3 - name: UuidV4 type: class source: Symfony\Component\Uid\UuidV4 - name: UuidV5 type: class source: Symfony\Component\Uid\UuidV5 - name: UuidV6 type: class source: Symfony\Component\Uid\UuidV6 properties: [] methods: - name: testCreateNamedDefaultVersion visibility: public parameters: [] comment: null - name: testCreateNamed visibility: public parameters: [] comment: null - name: testCreateTimedDefaultVersion visibility: public parameters: [] comment: null - name: testCreateTimed visibility: public parameters: [] comment: null - name: testInvalidCreateTimed visibility: public parameters: [] comment: null - name: testCreateRandom visibility: public parameters: [] comment: null - name: testCreateNamedWithNamespacePredefinedKeyword visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Uid\Factory\UuidFactory - Symfony\Component\Uid\NilUuid - Symfony\Component\Uid\Uuid - Symfony\Component\Uid\UuidV1 - Symfony\Component\Uid\UuidV3 - Symfony\Component\Uid\UuidV4 - Symfony\Component\Uid\UuidV5 - Symfony\Component\Uid\UuidV6 interfaces: []