Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
Weblib tests.
Author: | T.J.Hunt@open.ac.uk |
Copyright: | © 2006 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
File Size: | 880 lines (36 kb) |
Included or required: | 0 times |
Referenced: | 2 times |
Includes or requires: | 0 files |
core_weblib_testcase:: (29 methods):
test_format_string()
test_format_string_static_caching_with_filters()
test_s()
test_format_text_email()
test_obfuscate_email()
test_obfuscate_text()
test_highlight()
test_replace_ampersands()
test_strip_links()
test_wikify_links()
test_clean_text()
test_qualified_me()
test_null_progres_trace()
test_text_progres_trace()
test_html_progres_trace()
test_html_list_progress_trace()
test_progres_trace_buffer()
test_combined_progres_trace()
test_set_debugging()
test_strip_pluginfile_content()
test_purify_html_ruby()
test_content_to_text()
provider_content_to_text()
data_validate_email()
test_validate_email()
provider_get_file_argument()
test_get_file_argument()
test_extract_draft_file_urls_from_text()
test_print_password_policy()
Class: core_weblib_testcase - X-Ref
test_format_string() X-Ref |
No description |
test_format_string_static_caching_with_filters() X-Ref |
The format string static caching should include the filters option to make sure filters are correctly applied when requested. |
test_s() X-Ref |
No description |
test_format_text_email() X-Ref |
No description |
test_obfuscate_email() X-Ref |
No description |
test_obfuscate_text() X-Ref |
No description |
test_highlight() X-Ref |
No description |
test_replace_ampersands() X-Ref |
No description |
test_strip_links() X-Ref |
No description |
test_wikify_links() X-Ref |
No description |
test_clean_text() X-Ref |
No description |
test_qualified_me() X-Ref |
No description |
test_null_progres_trace() X-Ref |
No description |
test_text_progres_trace() X-Ref |
No description |
test_html_progres_trace() X-Ref |
No description |
test_html_list_progress_trace() X-Ref |
No description |
test_progres_trace_buffer() X-Ref |
No description |
test_combined_progres_trace() X-Ref |
No description |
test_set_debugging() X-Ref |
No description |
test_strip_pluginfile_content() X-Ref |
No description |
test_purify_html_ruby() X-Ref |
No description |
test_content_to_text($content, $format, $expected) X-Ref |
Tests for content_to_text. param: string $content The content param: int|false $format The content format param: string $expected Expected value |
provider_content_to_text() X-Ref |
Data provider for test_content_to_text. |
data_validate_email() X-Ref |
Data provider for validate_email() function. return: array Returns aray of test data for the test_validate_email function |
test_validate_email($email, $result) X-Ref |
Tests valid and invalid email address using the validate_email() function. param: string $email the email address to test param: boolean $result Expected result (true or false) |
provider_get_file_argument() X-Ref |
Data provider for test_get_file_argument. |
test_get_file_argument($server, $cfgslasharguments, $expected) X-Ref |
Tests for get_file_argument() function. param: array $server mockup for $_SERVER. param: string $cfgslasharguments slasharguments setting. param: string|false $expected Expected value. |
test_extract_draft_file_urls_from_text() X-Ref |
Tests for extract_draft_file_urls_from_text() function. |
test_print_password_policy() X-Ref |
No description |