platform/api/symfony/Component/Lock/Tests/LockFactoryTest.yaml
2024-09-02 10:44:11 -07:00

35 lines
876 B
YAML

name: LockFactoryTest
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: LoggerInterface
type: class
source: Psr\Log\LoggerInterface
- name: Key
type: class
source: Symfony\Component\Lock\Key
- name: LockFactory
type: class
source: Symfony\Component\Lock\LockFactory
- name: PersistingStoreInterface
type: class
source: Symfony\Component\Lock\PersistingStoreInterface
properties: []
methods:
- name: testCreateLock
visibility: public
parameters: []
comment: null
- name: testCreateLockFromKey
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Log\LoggerInterface
- Symfony\Component\Lock\Key
- Symfony\Component\Lock\LockFactory
- Symfony\Component\Lock\PersistingStoreInterface
interfaces: []