History log of /plugin/include/_test/locallink_conversion.test.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 02c330c7 22-Sep-2023 Michael Hamann <michael@content-space.de>

Fix PHPUnit warnings


# 69781840 05-Jul-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Update tests so they pass on master branch

Note: Tests will fail on PHP 5.6


# c76c7b12 21-Aug-2015 Andreas Gohr <andi@splitbrain.org>

added correct group declarations to tests


# 7026615f 19-Apr-2013 Michael Hamann <michael@content-space.de>

Fix local links to not included sections, fixes #108

This transforms local links in an included page into internal links if
the page hasn't been fully included. This doesn't consider the case that
t

Fix local links to not included sections, fixes #108

This transforms local links in an included page into internal links if
the page hasn't been fully included. This doesn't consider the case that
the target section (but not the full page) has been included at another
place in the page as this is considered to be rather unlikely.

show more ...