27 lines
673 B
YAML
27 lines
673 B
YAML
name: KeyTest
|
|
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: UnserializableKeyException
|
|
type: class
|
|
source: Symfony\Component\Lock\Exception\UnserializableKeyException
|
|
- name: Key
|
|
type: class
|
|
source: Symfony\Component\Lock\Key
|
|
properties: []
|
|
methods:
|
|
- name: testSerialize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testUnserialize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Lock\Exception\UnserializableKeyException
|
|
- Symfony\Component\Lock\Key
|
|
interfaces: []
|