59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
name: FlockStoreTest
|
|
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
|
|
dependencies:
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Lock\Exception\InvalidArgumentException
|
|
- name: Key
|
|
type: class
|
|
source: Symfony\Component\Lock\Key
|
|
- name: PersistingStoreInterface
|
|
type: class
|
|
source: Symfony\Component\Lock\PersistingStoreInterface
|
|
- name: FlockStore
|
|
type: class
|
|
source: Symfony\Component\Lock\Store\FlockStore
|
|
- name: BlockingStoreTestTrait
|
|
type: class
|
|
source: BlockingStoreTestTrait
|
|
- name: SharedLockStoreTestTrait
|
|
type: class
|
|
source: SharedLockStoreTestTrait
|
|
- name: UnserializableTestTrait
|
|
type: class
|
|
source: UnserializableTestTrait
|
|
properties: []
|
|
methods:
|
|
- name: getStore
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstructWhenRepositoryCannotBeCreated
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstructWhenRepositoryIsNotWriteable
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstructWithSubdir
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveSanitizeName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveSanitizeLongName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Lock\Exception\InvalidArgumentException
|
|
- Symfony\Component\Lock\Key
|
|
- Symfony\Component\Lock\PersistingStoreInterface
|
|
- Symfony\Component\Lock\Store\FlockStore
|
|
- BlockingStoreTestTrait
|
|
- SharedLockStoreTestTrait
|
|
- UnserializableTestTrait
|
|
interfaces: []
|