aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginDefaultColorsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix default_colors plugin: update CSS file on color changeArthurHoaro2020-12-291-0/+23
| | | | | | Last update of this plugin remove the save_plugin_parameters hook. Fixes #1657
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-2/+2
|
* Default colors plugin: generate CSS file during initializationArthurHoaro2020-08-291-9/+10
| | | | | Current behaviour only generate the custom CSS file when the plugin settings are saved, which can be annoying if the file is deleted but the settings are set. Most common use case is Docker deployment, because the plugin directory is not mounted as a volume.
* Default colors plugin - Add unit testsArthurHoaro2019-07-201-0/+195