| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-11 | PHPUnit cleanup, get group detection working. | supahgreg | |
| 2025-10-11 | Update PHPUnit config+test for 12.x. | supahgreg | |
| 2025-09-02 | use built-in feed for integration test | Andrew Dolgov | |
| 2025-05-29 | let's use gitlab rss feed in phpunit for now | Andrew Dolgov | |
| 2025-05-22 | switch selenium to services | Andrew Dolgov | |
| 2025-05-22 | adjust timeouts again | Andrew Dolgov | |
| 2025-05-22 | fix typo | Andrew Dolgov | |
| 2025-05-22 | adjust timeouts | Andrew Dolgov | |
| 2025-05-22 | also add driver implicit wait for element search | Andrew Dolgov | |
| 2025-05-22 | try adding selenium page timeout | Andrew Dolgov | |
| 2024-12-16 | maybe fix integration tests failing by always initializing apitest fields | Andrew Dolgov | |
| 2024-12-14 | Use native typing in more places and clean up 'FeedEnclosure' a bit. | wn_ | |
| 2024-11-04 | fix get_self_url() misbehaving in plugins/ | Andrew Dolgov | |
| 2024-09-15 | add another test for self url, split regex into two parts - one for plugins, ↵ | Andrew Dolgov | |
| one for everything else | |||
| 2024-09-14 | fix Config::get_self_url() invoked from plugin context, better deal with ↵ | Andrew Dolgov | |
| multiple trailing slashes in URL, update phpunit image path | |||
| 2024-04-20 | Move 'include/functions.php' require into Composer autoloader. | wn_ | |
| Autoloader regenerated with 'composer dump-autoload --optimize'. | |||
| 2023-12-30 | Update all UrlHelper::fetch() calls to use the associative array approach. | wn_ | |
| The other approach (passing in individual params) was marked as deprecated a few years ago. | |||
| 2023-12-29 | Perform validation of redirect URLs during the redirect process. | wn_ | |
| Previously, validation was only done after all redirects and the final request had completed. This approach ensures all redirects are to URLs that pass extended validation. | |||
| 2023-12-24 | Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry. | wn_ | |
| 2023-12-23 | Appease PHPStan in UrlHelperTest | wn_ | |
| 2023-12-23 | Add some tests for UrlHelper::fetch() | wn_ | |
| 2023-12-18 | sanitizer: add a test to make sure <figure> is intact | Chih-Hsuan Yen | |
| Somehow with the old approach, `<figure>` is rearranged into `<head>`, and the latter is stripped by `Sanitizer::strip_harmful_tags()` (see [1]). The issue is fixed by [2]. Here I added a test for the regression. [1] https://community.tt-rss.org/t/unexpected-behavior-with-figure-tag/6244 [2] https://gitlab.tt-rss.org/tt-rss/tt-rss/-/commit/67012f9dac7de22615b72be93fa360f53fefe3ec | |||
| 2023-12-02 | add some unittest options for xmlrunner | Andrew Dolgov | |
| 2023-12-02 | fix filename | Andrew Dolgov | |
| 2023-12-02 | enable unit test results for selenium | Andrew Dolgov | |
| 2023-12-02 | add sanitizer integration test | Andrew Dolgov | |
| 2023-11-01 | add wait-for-element to selenium test | Andrew Dolgov | |
| 2023-10-29 | add some more phpunit api tests | Andrew Dolgov | |
| 2023-10-29 | fix apitest | Andrew Dolgov | |
| 2023-10-29 | fix circular dependency | Andrew Dolgov | |
| 2023-10-29 | add phpunit integration (wip) | Andrew Dolgov | |
| 2023-10-28 | add stuff necessary to run integration tests using phpunit | Andrew Dolgov | |
| 2023-10-28 | add always-failing mock of api test | Andrew Dolgov | |
| 2023-10-28 | use python unittest for selenium tests | Andrew Dolgov | |
| 2023-10-27 | unify test class naming | Andrew Dolgov | |
| 2023-10-27 | replace some dirname horrors with a separate unit-tested method | Andrew Dolgov | |
| 2023-10-24 | add a workaround for make_self_url() when invoked off /api/ endpoint, add ↵ | Andrew Dolgov | |
| unit tests for this method | |||
| 2023-10-22 | make sure we fail properly | Andrew Dolgov | |
| 2023-10-22 | add configurable ns | Andrew Dolgov | |
| 2023-10-22 | un-mock test, use SELENIUM_IMAGE | Andrew Dolgov | |
| 2023-10-22 | use CI_COMMIT_SHORT_SHA for selenium test mock | Andrew Dolgov | |
| 2023-10-22 | update test filename | Andrew Dolgov | |
| 2023-10-22 | add selenium mock | Andrew Dolgov | |
| 2022-03-22 | tests: add stub autoloader, add a few more rewrite_relative tests | Andrew Dolgov | |
| 2022-03-22 | * add phpunit as a dev dependency | Andrew Dolgov | |
| * add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths | |||
| 2019-12-08 | remove a bunch of obsolete files | Andrew Dolgov | |
| 2018-12-02 | remove selenium stuff | Andrew Dolgov | |
| 2018-12-01 | move some more shared stuff to CommonDialogs, Filters, and Utils | Andrew Dolgov | |
| 2018-12-01 | js-ification: start on some common dialogs | Andrew Dolgov | |
| 2018-11-30 | combined mode (and more) css class name updates | Andrew Dolgov | |