api/symfony/Component/Lock/Tests/Store/AbstractStoreTestCase.yaml
2024-09-26 02:03:21 -07:00

47 lines
1.1 KiB
YAML

name: AbstractStoreTestCase
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- 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: testSave
visibility: public
parameters: []
comment: null
- name: testSaveWithDifferentResources
visibility: public
parameters: []
comment: null
- name: testSaveWithDifferentKeysOnSameResources
visibility: public
parameters: []
comment: null
- name: testSaveTwice
visibility: public
parameters: []
comment: null
- name: testDeleteIsolated
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Lock\Exception\LockConflictedException
- Symfony\Component\Lock\Key
- Symfony\Component\Lock\PersistingStoreInterface
interfaces: []