See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 39 and 401]
(no description)
File Size: | 289 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/tests/fixtures/testable_update_checker.php |
update_checker_test:: (14 methods):
test_core_available_update()
test_cron_initial_fetch()
test_cron_has_fresh_fetch()
test_cron_has_outdated_fetch()
test_cron_offset_execution_not_yet()
test_cron_offset_execution()
test_compare_responses_both_empty()
test_compare_responses_old_empty()
test_compare_responses_no_change()
test_compare_responses_new_and_missing_update()
test_compare_responses_modified_update()
test_compare_responses_invalid_format()
test_is_same_release_explicit()
test_is_same_release_implicit()
Class: update_checker_test - X-Ref
Tests of the basic API of the available update checker.test_core_available_update() X-Ref |
No description |
test_cron_initial_fetch() X-Ref |
If there are no fetched data yet, the first cron should fetch them. |
test_cron_has_fresh_fetch() X-Ref |
If there is a fresh fetch available, no cron execution is expected. |
test_cron_has_outdated_fetch() X-Ref |
If there is an outdated fetch, the cron execution is expected. |
test_cron_offset_execution_not_yet() X-Ref |
The first cron after 01:42 AM today should fetch the data. |
test_cron_offset_execution() X-Ref |
The first cron after 01:42 AM today should fetch the data and then it is supposed to wait next 24 hours. |
test_compare_responses_both_empty() X-Ref |
No description |
test_compare_responses_old_empty() X-Ref |
No description |
test_compare_responses_no_change() X-Ref |
No description |
test_compare_responses_new_and_missing_update() X-Ref |
No description |
test_compare_responses_modified_update() X-Ref |
No description |
test_compare_responses_invalid_format() X-Ref |
No description |
test_is_same_release_explicit() X-Ref |
No description |
test_is_same_release_implicit() X-Ref |
No description |