#
fb285245 |
| 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest around changelog, set correct time of page source
ChangeLog constructor will check the date of current page/media file to detect external edits via getCurrentRevisionInfo()
|
#
056bf31f |
| 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
Fix various errors in PHPUnit tests on PHP 8
|
#
1c33cec3 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
add needed type hints for phpunit8
This will break a lot of plugin tests, but can't be avoided
|
#
0c3a5702 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class.
|
#
7f48c40e |
| 01-Jan-2017 |
Michael Hamann <michael@content-space.de> |
Fix media changelog test that did not expect delayed changelog entry
What happened was that in the place of the new `waitForTick`-call an actual delay happened and therefore the file modification ti
Fix media changelog test that did not expect delayed changelog entry
What happened was that in the place of the new `waitForTick`-call an actual delay happened and therefore the file modification time and the deletion entry were two different points in time, resulting in random test failures. The test enforces this now, the condition to test has been adjusted.
show more ...
|
#
cad89f56 |
| 30-Aug-2016 |
lisps <lisps@users.noreply.github.com> |
fix test test_deletedimage
|
#
aaaabded |
| 30-Aug-2016 |
lisps <lisps@users.noreply.github.com> |
add deleted media test
|
#
81e7bffe |
| 17-Feb-2014 |
lisps <stummp@loewen.de> |
rename classname
|
#
4eb5e174 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test getlastrevisionat
|