aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix tests for setup checksCôme Chilliet2023-10-191-2/+20
| | | | | | | Had to remove tests for migrated checks, we should add tests for each SetupCheck class later on. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-261-0/+43
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>