Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]
Unit tests for the wiki parser
Author: | Jordi Piguillem |
Author: | Marc Alier |
Author: | David Jimenez |
Author: | Josep Arus |
Author: | Kenneth Riba |
Copyright: | 2009 Marc Alier, Jordi Piguillem marc.alier@upc.edu |
Copyright: | 2009 Universitat Politecnica de Catalunya http://www.upc.edu |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 333 lines (19 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mod_wiki_wikiparser_test:: (8 methods):
test_urls_inside_link_text()
urls_inside_link_text_provider()
testCreoleMarkup()
testNwikiMarkup()
testHtmlMarkup()
assertTestFile()
assertTestFiles()
test_special_headings()
Class: mod_wiki_wikiparser_test - X-Ref
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. |