platform/api/symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.yaml

79 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: AutoExpireFlashBagTest
class_comment: '# * AutoExpireFlashBagTest.
# *
# * @author Drak <drak@zikula.org>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: FlashBag
type: class
source: Symfony\Component\HttpFoundation\Session\Flash\AutoExpireFlashBag
properties: []
methods:
- name: setUp
visibility: protected
parameters: []
comment: null
- name: tearDown
visibility: protected
parameters: []
comment: null
- name: testInitialize
visibility: public
parameters: []
comment: null
- name: testGetStorageKey
visibility: public
parameters: []
comment: null
- name: testGetSetName
visibility: public
parameters: []
comment: null
- name: testPeek
visibility: public
parameters: []
comment: null
- name: testSet
visibility: public
parameters: []
comment: null
- name: testHas
visibility: public
parameters: []
comment: null
- name: testKeys
visibility: public
parameters: []
comment: null
- name: testPeekAll
visibility: public
parameters: []
comment: null
- name: testGet
visibility: public
parameters: []
comment: null
- name: testSetAll
visibility: public
parameters: []
comment: null
- name: testAll
visibility: public
parameters: []
comment: null
- name: testClear
visibility: public
parameters: []
comment: null
- name: testDoNotRemoveTheNewFlashesWhenDisplayingTheExistingOnes
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
interfaces: []