summaryrefslogtreecommitdiff
path: root/src/tests/shipped_configuration.phpt (follow)
AgeCommit message (Collapse)Author
2020-12-28Enable more tests for php8jvoisin
2020-12-12Mark 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-12-01In tests, don't `die("skip")` but `print "skip"` instead (#358)jvoisin
This is required since the `die` is making php8 choke
2018-01-17Our configuration files are ending in .rules, not .inijvoisin
This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip
2017-09-20Initial importSebastien Blot