35 lines
876 B
YAML
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: []
|