platform/api/symfony/Component/Lock/Tests/KeyTest.yaml
2024-09-02 10:44:11 -07:00

27 lines
673 B
YAML

name: KeyTest
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: UnserializableKeyException
type: class
source: Symfony\Component\Lock\Exception\UnserializableKeyException
- name: Key
type: class
source: Symfony\Component\Lock\Key
properties: []
methods:
- name: testSerialize
visibility: public
parameters: []
comment: null
- name: testUnserialize
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Lock\Exception\UnserializableKeyException
- Symfony\Component\Lock\Key
interfaces: []