60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
|
name: MockArraySessionStorageTest
|
||
|
class_comment: '# * Test class for MockArraySessionStorage.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @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: MockArraySessionStorage
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
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: testClearClearsBags
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testClearStartsSession
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testClearWithNoBagsStartsSession
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUnstartedSave
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
|
||
|
- Symfony\Component\HttpFoundation\Session\Flash\FlashBag
|
||
|
- Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage
|
||
|
interfaces: []
|