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

27 lines
697 B
YAML

name: UnserializableTestTrait
class_comment: null
dependencies:
- name: UnserializableKeyException
type: class
source: Symfony\Component\Lock\Exception\UnserializableKeyException
- name: Key
type: class
source: Symfony\Component\Lock\Key
- name: PersistingStoreInterface
type: class
source: Symfony\Component\Lock\PersistingStoreInterface
properties: []
methods:
- name: getStore
visibility: protected
parameters: []
comment: null
- name: testUnserializableKey
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Lock\Exception\UnserializableKeyException
- Symfony\Component\Lock\Key
- Symfony\Component\Lock\PersistingStoreInterface
interfaces: []