8 uses of SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_FAIL in Site Audit 8.2
- CacheReportCase::testPageExpireOne in tests/
cacheReportTest.php - Set cache.page.max_age to 0. Check should Fail.
- CacheReportCase::testPreprocessCssFail in tests/
cacheReportTest.php - Set js.preprocess to false. Check should Fail.
- CacheReportCase::testPreprocessJsFail in tests/
cacheReportTest.php - Set js.preprocess to false. Check should Fail.
- CronReportCase::testEnabledFail in tests/
cronReportTest.php - Set cron frequency to 0 and don't run cron. Check should Fail.
- ExtensionsReportCase::testUnrecommendedWarn in tests/
extensionsReportTest.php - Enable a unrecommended extension. Should Warn.
- SecurityReportCase::testMenuRouterFail in tests/
securityReportTest.php - Enable a module with malicious menu router entry. Check should Fail.
- UsersReportCase::testBlockedNumberOneFail in tests/
usersReportTest.php - Block the user with uid 1. Check should Fail.
- UsersReportCase::testWhoIsNumberOneFail in tests/
usersReportTest.php - Delete user with uid 1. Check should Fail.