Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move public resources under public/ directory | rdalverny | 2022-01-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Existing setups need to update their server config to point (or link to) public/ directory instead of the root of the code repo. Configuration (and password) location also changes from custom/ and admin/inc to custom/config/. That way, config and code library move out of the publicly served file tree. Apart from the change of the web root, config should be migrated seamlessly. | ||||
* | Add test coverage, add tests, refactor OPML code | Romain d'Alverny | 2022-01-16 | 1 | -4/+23 |
| | |||||
* | Require PHP 7.2 | Romain d'Alverny | 2022-01-10 | 1 | -8/+7 |
| | | | | moonmoon now supports PHP 7.2 to 8.1. | ||||
* | Fix phpunit output on Travis builds | Thomas Chauchefoin | 2017-10-26 | 1 | -3/+0 |
| | | | See #97. | ||||
* | Add code coverage | nashe | 2017-07-08 | 1 | -0/+3 |
| | |||||
* | Codeception was slightly overkill, get back to PHPUnit | nashe | 2017-05-28 | 1 | -0/+20 |