Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 39 and 400] [Versions 400 and 401] [Versions 400 and 402] [Versions 400 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: 221 lines (21 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

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: testable_filter_urltolink  - X-Ref

Test subclass that makes all the protected methods we want to test public.

__construct()   X-Ref
No description

convert_urls_into_links(&$text)   X-Ref
No description