Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 924 lines (36 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
session_manager_test:: (26 methods):
test_start()
test_init_empty_session()
test_set_user()
test_login_user()
test_terminate_current()
test_write_close()
test_session_exists()
test_touch_session()
test_kill_session()
test_kill_user_sessions()
test_apply_concurrent_login_limit()
test_kill_all_sessions()
test_gc()
test_loginas()
test_is_loggedinas()
test_get_realuser()
pages_sessionlocks()
test_get_recent_session_locks()
test_update_recent_session_locks()
test_get_session_lock_info()
sessionlock_history()
sessionlocks_info_provider()
test_get_locked_page_at()
test_cleanup_recent_session_locks()
array_session_diff_provider()
test_array_session_diff()
Class: session_manager_test - X-Ref
Unit tests for session manager class.test_start() X-Ref |
No description |
test_init_empty_session() X-Ref |
No description |
test_set_user() X-Ref |
No description |
test_login_user() X-Ref |
No description |
test_terminate_current() X-Ref |
No description |
test_write_close() X-Ref |
No description |
test_session_exists() X-Ref |
No description |
test_touch_session() X-Ref |
No description |
test_kill_session() X-Ref |
No description |
test_kill_user_sessions() X-Ref |
No description |
test_apply_concurrent_login_limit() X-Ref |
No description |
test_kill_all_sessions() X-Ref |
No description |
test_gc() X-Ref |
No description |
test_loginas() X-Ref |
Test loginas. |
test_is_loggedinas() X-Ref |
No description |
test_get_realuser() X-Ref |
No description |
pages_sessionlocks() X-Ref |
Session lock info on pages. return: array |
test_get_recent_session_locks() X-Ref |
Test to get recent session locks. |
test_update_recent_session_locks() X-Ref |
Test to update recent session locks. |
test_get_session_lock_info() X-Ref |
Test to get session lock info. |
sessionlock_history() X-Ref |
Session lock info on some pages to serve as history. return: array |
sessionlocks_info_provider() X-Ref |
Data provider for test_get_locked_page_at function. return: array |
test_get_locked_page_at($url, $time) X-Ref |
Test to get locked page at a speficic timestamp. param: array $url Session lock page url. param: array $time Session lock time. |
test_cleanup_recent_session_locks() X-Ref |
Test cleanup recent session locks. |
array_session_diff_provider() X-Ref |
Data provider for the array_session_diff function. return: array |
test_array_session_diff(array $a, array $b, array $expected) X-Ref |
Tests array diff method in various situations. param: array $a first value. param: array $b second value to compare to $a. param: array $expected the expected difference. |