63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
name: MockFileSessionStorageTest
|
|
class_comment: '# * Test class for MockFileSessionStorage.
|
|
|
|
# *
|
|
|
|
# * @author Drak <drak@zikula.org>'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: AttributeBag
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
|
|
- name: FlashBag
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Session\Flash\FlashBag
|
|
- name: MockFileSessionStorage
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: tearDown
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testStart
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRegenerate
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetId
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSave
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMultipleInstances
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSaveWithoutStart
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getStorage
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
|
|
- Symfony\Component\HttpFoundation\Session\Flash\FlashBag
|
|
- Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
|
|
interfaces: []
|