This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation/SessionStorage
Drak f98f9ae8ff [HttpFoundation] Refactor for DRY code.
Rename ArraySessionStorage to make it clear the session is a mock for testing purposes only.
Has BC class for ArraySessionStorage
Added sanity check when starting the session.
Fixed typos and incorrect php extension test method
session_module_name() also sets session.save_handler, so must use extension_loaded() to check if module exist
or not.
Respect autostart settings.
2012-02-11 11:24:11 +05:45
..
AbstractSessionStorageTest.php [HttpFoundation] Introduced session storage base class and interfaces. 2012-02-11 11:21:06 +05:45
MockArraySessionStorageTest.php [HttpFoundation] Refactor for DRY code. 2012-02-11 11:24:11 +05:45
MockFileSessionStorageTest.php [HttpFoundation] Added unit and functional testing session storage objects. 2012-02-11 11:21:10 +05:45
NativeFileSessionStorageTest.php [HttpFoundation] Added drivers for PHP native session save handlers, files, sqlite, memcache and memcached. 2012-02-11 11:21:14 +05:45
NativeMemcachedSessionStorageTest.php [HttpFoundation] Added drivers for PHP native session save handlers, files, sqlite, memcache and memcached. 2012-02-11 11:21:14 +05:45
NativeMemcacheSessionStorageTest.php [HttpFoundation] Added drivers for PHP native session save handlers, files, sqlite, memcache and memcached. 2012-02-11 11:21:14 +05:45
NativeSqliteSessionStorageTest.php [HttpFoundation] Added drivers for PHP native session save handlers, files, sqlite, memcache and memcached. 2012-02-11 11:21:14 +05:45
NullSessionStorageTest.php [HttpFoundation] Added pure Memcache, Memcached and Null storage drivers. 2012-02-11 11:21:22 +05:45