0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/apps/settings/tests/SetupChecks
Ferdinand Thiessen 90d3160185
fix(IntegrityCheck): Ensure the check is run if no results are available
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-05 12:42:29 +02:00
..
AppDirsWithDifferentOwnerTest.php Fix AppDirsWithDifferentOwnerTest 2024-01-15 13:31:35 +01:00
CodeIntegrityTest.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:42:29 +02:00
ForwardedForHeadersTest.php Fix tests for setupchecks 2023-11-20 18:03:15 +01:00
PhpDefaultCharsetTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
PhpOutputBufferingTest.php Fix tests for setup checks 2023-10-19 11:44:02 +02:00
SupportedDatabaseTest.php Merge SQlite warning to existing SupportedDatabase setup check 2024-01-15 13:29:28 +01:00