aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/updater
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-1/+8
| | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-8/+8
|
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+3
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Fix missing @expectedException convertionArthurHoaro2020-09-291-4/+2
|
* Compatibility with PHP 8ArthurHoaro2020-09-291-4/+4
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-4/+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
|
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-8/+6
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-4/+38
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-0/+19
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-182-679/+18
| | | | See #1307
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+6
| | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised.
* Remove the redirector settingArthurHoaro2019-02-091-4/+15
| | | | Fixes #1239
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-122-0/+888
Signed-off-by: VirtualTam <virtualtam@flibidi.net>