api/symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.yaml

52 lines
1.2 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: NullSessionHandlerTest
class_comment: '# * Test class for NullSessionHandler.
# *
# * @author Drak <drak@zikula.org>
# *
# * @runTestsInSeparateProcesses
# *
# * @preserveGlobalState disabled'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Session
type: class
source: Symfony\Component\HttpFoundation\Session\Session
- name: NullSessionHandler
type: class
source: Symfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler
- name: NativeSessionStorage
type: class
source: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
properties: []
methods:
- name: testSaveHandlers
visibility: public
parameters: []
comment: null
- name: testSession
visibility: public
parameters: []
comment: null
- name: testNothingIsPersisted
visibility: public
parameters: []
comment: null
- name: getStorage
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Session\Session
- Symfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler
- Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
interfaces: []