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 +07:00
..
AppDirsWithDifferentOwnerTest.php Fix AppDirsWithDifferentOwnerTest 2024-01-15 13:31:35 +07:00
CodeIntegrityTest.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:42:29 +07:00
ForwardedForHeadersTest.php
PhpDefaultCharsetTest.php
PhpOutputBufferingTest.php
SupportedDatabaseTest.php Merge SQlite warning to existing SupportedDatabase setup check 2024-01-15 13:29:28 +07:00