Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 39 and 311]

(no description)

File Size: 335 lines (19 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: wikiparser_test  - X-Ref

Unit tests for the wiki parser

test_urls_inside_link_text(string $markup, string $input, string $output)   X-Ref
URL inside the clickable text of some link should not be turned into a new link via the url_tag_rule.

param: string $markup Markup of the Wiki page the text is part of.
param: string $input The input text.
param: string $output The expected output HTML as a result of the parsed input text.

urls_inside_link_text_provider()   X-Ref
Provides data sets for {@see self::test_urls_inside_link_text()}.

return: array

testCreoleMarkup()   X-Ref
No description

testNwikiMarkup()   X-Ref
No description

testHtmlMarkup()   X-Ref
No description

assertTestFile($num, $markup)   X-Ref
No description

assertTestFiles($markup)   X-Ref
No description

test_special_headings()   X-Ref
Check that headings with special characters work as expected with HTML.

- The heading itself is well displayed,
- The TOC heading is well display,
- The edit link points to the right page,
- The links properly works with get_section.