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: []