See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]
Unit test for the filter_urltolink
Copyright: | 2010 David Mudrak <david@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 223 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
filter_test:: (2 methods):
get_convert_urls_into_links_test_cases()
test_convert_urls_into_links()
testable_filter_urltolink:: (2 methods):
__construct()
convert_urls_into_links()
Class: filter_test - X-Ref
get_convert_urls_into_links_test_cases() X-Ref |
No description |
test_convert_urls_into_links($text, $correctresult) X-Ref |
Class: testable_filter_urltolink - X-Ref
Test subclass that makes all the protected methods we want to test public.