summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move public resources under public/ directoryrdalverny2022-01-221-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 codeRomain d'Alverny2022-01-161-4/+23
|
* Require PHP 7.2Romain d'Alverny2022-01-101-8/+7
| | | | moonmoon now supports PHP 7.2 to 8.1.
* Fix phpunit output on Travis builds Thomas Chauchefoin2017-10-261-3/+0
| | | See #97.
* Add code coveragenashe2017-07-081-0/+3
|
* Codeception was slightly overkill, get back to PHPUnitnashe2017-05-281-0/+20