aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/legacy/LegacyLinkDBTest.php
Commit message (Collapse)AuthorAgeFilesLines
* add search highlight unit testsArthurHoaro2020-10-161-0/+12
|
* Fix missing @expectedException convertionArthurHoaro2020-09-291-2/+1
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-6/+6
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-5/+6
| | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-1/+1
|
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-1/+0
| | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+656
See #1307