api/symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.yaml

44 lines
1 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: SharedLockStoreTestTrait
class_comment: null
dependencies:
- name: LockConflictedException
type: class
source: Symfony\Component\Lock\Exception\LockConflictedException
- 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: testSharedLockReadFirst
visibility: public
parameters: []
comment: null
- name: testSharedLockWriteFirst
visibility: public
parameters: []
comment: null
- name: testSharedLockPromote
visibility: public
parameters: []
comment: null
- name: testSharedLockPromoteAllowed
visibility: public
parameters: []
comment: null
- name: testSharedLockDemote
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Lock\Exception\LockConflictedException
- Symfony\Component\Lock\Key
- Symfony\Component\Lock\PersistingStoreInterface
interfaces: []