platform/api/symfony/Component/Lock/Tests/Store/UnserializableTestTrait.yaml

28 lines
697 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []