116 lines
3.1 KiB
YAML
116 lines
3.1 KiB
YAML
name: CombinedStoreTest
|
|
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>\n# *\n# *\
|
|
\ @group integration"
|
|
dependencies:
|
|
- name: MockObject
|
|
type: class
|
|
source: PHPUnit\Framework\MockObject\MockObject
|
|
- name: BlockingStoreInterface
|
|
type: class
|
|
source: Symfony\Component\Lock\BlockingStoreInterface
|
|
- 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
|
|
- name: SharedLockStoreInterface
|
|
type: class
|
|
source: Symfony\Component\Lock\SharedLockStoreInterface
|
|
- name: CombinedStore
|
|
type: class
|
|
source: Symfony\Component\Lock\Store\CombinedStore
|
|
- name: RedisStore
|
|
type: class
|
|
source: Symfony\Component\Lock\Store\RedisStore
|
|
- name: StrategyInterface
|
|
type: class
|
|
source: Symfony\Component\Lock\Strategy\StrategyInterface
|
|
- name: UnanimousStrategy
|
|
type: class
|
|
source: Symfony\Component\Lock\Strategy\UnanimousStrategy
|
|
- name: ExpiringStoreTestTrait
|
|
type: class
|
|
source: ExpiringStoreTestTrait
|
|
- name: SharedLockStoreTestTrait
|
|
type: class
|
|
source: SharedLockStoreTestTrait
|
|
properties: []
|
|
methods:
|
|
- name: getClockDelay
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: getStore
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveThrowsExceptionOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveCleanupOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveAbortWhenStrategyCantBeMet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testputOffExpirationThrowsExceptionOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testputOffExpirationCleanupOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testputOffExpirationAbortWhenStrategyCantBeMet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testPutOffExpirationIgnoreNonExpiringStorage
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExistsDontAskToEveryBody
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExistsAbortWhenStrategyCantBeMet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDeleteDontStopOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExistsDontStopOnFailure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveReadWithCompatibleStore
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\MockObject\MockObject
|
|
- Symfony\Component\Lock\BlockingStoreInterface
|
|
- Symfony\Component\Lock\Exception\LockConflictedException
|
|
- Symfony\Component\Lock\Key
|
|
- Symfony\Component\Lock\PersistingStoreInterface
|
|
- Symfony\Component\Lock\SharedLockStoreInterface
|
|
- Symfony\Component\Lock\Store\CombinedStore
|
|
- Symfony\Component\Lock\Store\RedisStore
|
|
- Symfony\Component\Lock\Strategy\StrategyInterface
|
|
- Symfony\Component\Lock\Strategy\UnanimousStrategy
|
|
- ExpiringStoreTestTrait
|
|
- SharedLockStoreTestTrait
|
|
interfaces: []
|