| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-15 | tests: add several skip reasons | Christian Göttsche | |
| Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org> | |||
| 2023-01-04 | Fix the CI for PHP8.2 | jvoisin | |
| 2022-04-17 | Fix dom-related test on Debian 11 on PHP7.4 | jvoisin | |
| 2021-11-11 | inverted logic. set xxe_protection.enable() instead of disable_xxe.disable() | Ben Fuhrmannek | |
| 2021-04-28 | Add some logging for the XXE mitigation | jvoisin | |
| 2020-12-12 | Mark the relevant php8 tests as broken (#359) | jvoisin | |
| * Skip tests broken on php8 * Oops * Fix some tests * Add some XXE tests for php8 * Fix a test | |||
| 2020-05-14 | Fix the testsuite under php7.4 | jvoisin | |
| 2020-05-01 | Make the testsuite work on php7.4 | jvoisin | |
| Before php7.4, it seems that the curl module was loaded by default, but since it's no the case anymore, it has to be manually specified in the testsuite. Interestingly, Php's testsuite mechanism is running snippets to determine some runtime parameters like the extension directory. Unfortunately,it tries to run them with Snuffleupagus loaded, resulting in an error, since no configuration file is passed. | |||
| 2019-01-14 | Reorganize the testsuite | jvoisin | |
| Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform. | |||
