summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-20Move 'include/functions.php' require into Composer autoloader.wn_
2023-12-30Update all UrlHelper::fetch() calls to use the associative array approach.wn_
2023-12-29Perform validation of redirect URLs during the redirect process.wn_
2023-12-24Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry.wn_
2023-12-23Appease PHPStan in UrlHelperTestwn_
2023-12-23Add some tests for UrlHelper::fetch()wn_
2023-12-18sanitizer: add a test to make sure <figure> is intactChih-Hsuan Yen
2023-12-02add some unittest options for xmlrunnerAndrew Dolgov
2023-12-02fix filenameAndrew Dolgov
2023-12-02enable unit test results for seleniumAndrew Dolgov
2023-12-02add sanitizer integration testAndrew Dolgov
2023-11-01add wait-for-element to selenium testAndrew Dolgov
2023-10-29add some more phpunit api testsprotected/phpunit-integrationAndrew Dolgov
2023-10-29fix apitestAndrew Dolgov
2023-10-29fix circular dependencyAndrew Dolgov
2023-10-29add phpunit integration (wip)Andrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-28add always-failing mock of api testAndrew Dolgov
2023-10-28use python unittest for selenium testsAndrew Dolgov
2023-10-27unify test class namingAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-24add a workaround for make_self_url() when invoked off /api/ endpoint, add uni...Andrew Dolgov
2023-10-22make sure we fail properlyAndrew Dolgov
2023-10-22add configurable nsAndrew Dolgov
2023-10-22un-mock test, use SELENIUM_IMAGEAndrew Dolgov
2023-10-22use CI_COMMIT_SHORT_SHA for selenium test mockAndrew Dolgov
2023-10-22update test filenameAndrew Dolgov
2023-10-22add selenium mockAndrew Dolgov
2022-03-22tests: add stub autoloader, add a few more rewrite_relative testsAndrew Dolgov
2022-03-22 * add phpunit as a dev dependencyAndrew Dolgov
2019-12-08remove a bunch of obsolete filesAndrew Dolgov
2018-12-02remove selenium stuffAndrew Dolgov
2018-12-01move some more shared stuff to CommonDialogs, Filters, and UtilsAndrew Dolgov
2018-12-01js-ification: start on some common dialogsAndrew Dolgov
2018-11-30combined mode (and more) css class name updatesAndrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-04-27add api test for labels, api: fix setArticleLabel assign not handled correctlyAndrew Dolgov
2017-04-27rename functional testsAndrew Dolgov
2017-04-27add some more api testsAndrew Dolgov
2017-04-27add some basic API unit testsAndrew Dolgov
2017-04-25test some basic popup dialogsAndrew Dolgov
2017-04-25add some basic prefs UI testsAndrew Dolgov
2017-04-25add test checking if all articles feed opensAndrew Dolgov
2017-04-25add initial gitlab-ci and selenium stuffAndrew Dolgov
2011-12-12remove tests/Andrew Dolgov
2010-11-11add unit tests for rewrite_relative_url and fix a number of bugs in itChristian Weiske
2010-11-11add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in itChristian Weiske
2010-11-11add unit tests for fix_url() and fix a bug I discovered because of them - pro...Christian Weiske